diff options
| author | Andrew Dolgov <fox@bah.spb.su> | 2008-05-19 13:00:35 +0100 |
|---|---|---|
| committer | Andrew Dolgov <fox@bah.spb.su> | 2008-05-19 13:00:35 +0100 |
| commit | 08827aafd72ccc84d8856e3a7a07abd7d93fad33 (patch) | |
| tree | bb92ccac64676dde0087ae0602a259268f71eaac /feedlist.js | |
| parent | d9e4bba015b7095673fe8d35315bff41bb1f6bcd (diff) | |
prefs: add loading progressbar
Diffstat (limited to 'feedlist.js')
| -rw-r--r-- | feedlist.js | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/feedlist.js b/feedlist.js index 0020de179..ac2985a2f 100644 --- a/feedlist.js +++ b/feedlist.js @@ -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!"); - } -} + |