mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2025-12-13 22:45:56 +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);
|
document.querySelector("head").appendChild(link);
|
||||||
} else {
|
} else {
|
||||||
|
document.querySelector("body").removeClassName("css_loading");
|
||||||
|
|
||||||
if (callback) callback();
|
if (callback) callback();
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
|||||||
Reference in New Issue
Block a user