dashboard.js: add defer to the script tag in installation guide on page
This matches the instructions with the documentation [amended by @adtac]: Special thanks to @jeffreywyman for their work!
This commit is contained in:
parent
7f323b5abe
commit
07cfcc9c17
@ -6,8 +6,8 @@
|
|||||||
// Opens the installation view.
|
// Opens the installation view.
|
||||||
global.installationOpen = function() {
|
global.installationOpen = function() {
|
||||||
var html = "" +
|
var html = "" +
|
||||||
|
"<script defer src=\"" + global.cdn + "/js/commento.js\"><\/script>\n" +
|
||||||
"<div id=\"commento\"></div>\n" +
|
"<div id=\"commento\"></div>\n" +
|
||||||
"<script src=\"" + global.cdn + "/js/commento.js\"><\/script>\n" +
|
|
||||||
"";
|
"";
|
||||||
|
|
||||||
$("#code-div").text(html);
|
$("#code-div").text(html);
|
||||||
|
Loading…
Reference in New Issue
Block a user