dashboard-installation.js: remove unnecessary commento namespace

This commit is contained in:
Adhityaa Chandrasekar 2018-12-24 21:47:23 -05:00
parent 7074800ecc
commit a99bf15332

View File

@ -7,7 +7,7 @@
global.installationOpen = function() {
var html = "" +
"<div id=\"commento\"></div>\n" +
"<script src=\"" + global.commento.cdn + "/js/commento.js\"><\/script>\n" +
"<script src=\"" + global.cdn + "/js/commento.js\"><\/script>\n" +
"";
$("#code-div").text(html);