1
0
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:
Andrew Dolgov
2008-05-19 13:00:35 +01:00
parent d9e4bba015
commit 08827aafd7
4 changed files with 39 additions and 9 deletions

View File

@@ -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!");
}
}