dashboard-installation.js: use namespaced cdn variable
This commit is contained in:
parent
afabc25037
commit
80fb09d941
@ -7,7 +7,7 @@
|
|||||||
global.installationOpen = function() {
|
global.installationOpen = function() {
|
||||||
var html = "" +
|
var html = "" +
|
||||||
"<div id=\"commento\"></div>\n" +
|
"<div id=\"commento\"></div>\n" +
|
||||||
"<script src=\"" + window.commentoCdn + "/js/commento.js\"><\/script>\n" +
|
"<script src=\"" + global.commento.cdn + "/js/commento.js\"><\/script>\n" +
|
||||||
"";
|
"";
|
||||||
|
|
||||||
$("#code-div").text(html);
|
$("#code-div").text(html);
|
||||||
|
Loading…
Reference in New Issue
Block a user