1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2025-12-24 00:21:30 +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

@@ -460,10 +460,4 @@ function init_collapsable_feedlist(theme) {
}
function remove_splash() {
if (Element.visible("overlay")) {
debug("about to remove splash, OMG!");
Element.hide("overlay");
debug("removed splash!");
}
}