mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2025-12-14 02:55:55 +00:00
prefs: add loading progressbar
This commit is contained in:
@@ -1697,3 +1697,11 @@ function loading_set_progress(p) {
|
||||
exception_error("loading_set_progress", e);
|
||||
}
|
||||
}
|
||||
|
||||
function remove_splash() {
|
||||
if (Element.visible("overlay")) {
|
||||
debug("about to remove splash, OMG!");
|
||||
Element.hide("overlay");
|
||||
debug("removed splash!");
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user