fix blank screen on load if custom theme is enabled
This commit is contained in:
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…
Reference in New Issue