mirror of
https://gitlab.com/commento/commento.git
synced 2025-06-29 22:56:37 -04:00
dashboard-installation.js: use namespaced cdn variable
This commit is contained in:
@ -7,7 +7,7 @@
|
||||
global.installationOpen = function() {
|
||||
var html = "" +
|
||||
"<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);
|
||||
|
Reference in New Issue
Block a user