1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2025-12-13 03:05:55 +00:00

fix blank screen on load if custom theme is enabled

This commit is contained in:
Andrew Dolgov
2019-12-15 13:35:09 +03:00
parent 07f4878d59
commit 9f70bb010a

View File

@@ -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();
}
},