mirror of
https://gitlab.com/commento/commento.git
synced 2025-06-30 11:06:37 -04:00
dashboard-installation.js: use namespaced cdn variable
This commit is contained in:
@ -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);
|
||||||
|
Reference in New Issue
Block a user