Skip to content

Commit

Permalink
fix blank screen on load if custom theme is enabled
Browse files Browse the repository at this point in the history
  • Loading branch information
Andrew Dolgov committed Dec 15, 2019
1 parent 07f4878 commit 9f70bb0
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions js/AppBase.js
Expand Up @@ -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();
}
},
Expand Down

0 comments on commit 9f70bb0

Please sign in to comment.