dashboard-installation.js: use namespaced cdn variable

This commit is contained in:
Adhityaa Chandrasekar 2018-12-24 10:33:05 -05:00
parent afabc25037
commit 80fb09d941

View File

@ -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);