summaryrefslogtreecommitdiff
path: root/feedlist.js
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2010-11-19 16:08:02 +0300
committerAndrew Dolgov <[email protected]>2010-11-19 16:08:02 +0300
commitfcc3674439275d62fd007d34e61bf0cbaa7c910b (patch)
treef52cbc596a0619757107192d4a8272beffcb3e77 /feedlist.js
parentb8aa9ca7f083a5c62084e2752168f9ecc6170e46 (diff)
rework loading progressbar
Diffstat (limited to 'feedlist.js')
-rw-r--r--feedlist.js3
1 files changed, 0 insertions, 3 deletions
diff --git a/feedlist.js b/feedlist.js
index 734fddaee..1f4819a35 100644
--- a/feedlist.js
+++ b/feedlist.js
@@ -191,8 +191,6 @@ function viewfeed(feed, subop, is_cat, offset) {
function feedlist_init() {
try {
- loading_set_progress(90);
-
console.log("in feedlist init");
hideOrShowFeeds(getInitParam("hide_read_feeds") == 1);
@@ -204,7 +202,6 @@ function feedlist_init() {
setTimeout("viewfeed(-3)", 100);
} else {
setTimeout("viewfeed(-5)", 100);
- remove_splash();
}
}