summaryrefslogtreecommitdiff
path: root/feedlist.js
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2008-05-19 13:00:35 +0100
committerAndrew Dolgov <[email protected]>2008-05-19 13:00:35 +0100
commit08827aafd72ccc84d8856e3a7a07abd7d93fad33 (patch)
treebb92ccac64676dde0087ae0602a259268f71eaac /feedlist.js
parentd9e4bba015b7095673fe8d35315bff41bb1f6bcd (diff)
prefs: add loading progressbar
Diffstat (limited to 'feedlist.js')
-rw-r--r--feedlist.js8
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!");
- }
-}
+