summaryrefslogtreecommitdiff
path: root/viewfeed.js
diff options
context:
space:
mode:
Diffstat (limited to 'viewfeed.js')
-rw-r--r--viewfeed.js4
1 files changed, 1 insertions, 3 deletions
diff --git a/viewfeed.js b/viewfeed.js
index d8448afc7..37a068234 100644
--- a/viewfeed.js
+++ b/viewfeed.js
@@ -35,7 +35,7 @@ function headlines_callback2(transport, feed_cur_page) {
if (!handle_rpc_reply(transport)) return;
- loading_set_progress(100);
+ loading_set_progress(25);
console.log("headlines_callback2 [page=" + feed_cur_page + "]");
@@ -193,8 +193,6 @@ function headlines_callback2(transport, feed_cur_page) {
notify("");
- remove_splash();
-
} catch (e) {
exception_error("headlines_callback2", e, transport);
}