fix blank screen on load if custom theme is enabled

master
Andrew Dolgov 5 years ago
parent 07f4878d59
commit 9f70bb010a

@ -56,6 +56,8 @@ define(["dojo/_base/declare"], function (declare) {
document.querySelector("head").appendChild(link);
} else {
document.querySelector("body").removeClassName("css_loading");
if (callback) callback();
}
},

Loading…
Cancel
Save