mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2025-12-13 20:15:55 +00:00
fix blank screen on load if custom theme is enabled
This commit is contained in:
@@ -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();
|
||||
}
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user