summaryrefslogtreecommitdiff
path: root/js/tt-rss.js
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2013-05-02 09:48:38 +0400
committerAndrew Dolgov <[email protected]>2013-05-02 09:48:38 +0400
commitea18cceaca2fb7562f07a78248fcc15469413629 (patch)
treef01c98f954800aa5136ee13b6aab7f8322d5b727 /js/tt-rss.js
parent566417c4e73dbbd872b01ebdbc83abf2063dbcaf (diff)
remove splash before freshfeed is loaded
Diffstat (limited to 'js/tt-rss.js')
-rw-r--r--js/tt-rss.js4
1 files changed, 2 insertions, 2 deletions
diff --git a/js/tt-rss.js b/js/tt-rss.js
index c6c0c13dd..577922948 100644
--- a/js/tt-rss.js
+++ b/js/tt-rss.js
@@ -249,7 +249,7 @@ function init() {
if (!genericSanityCheck())
return false;
- loading_set_progress(20);
+ loading_set_progress(30);
var a = document.createElement('audio');
@@ -573,7 +573,7 @@ function init_second_stage() {
setActiveFeedId(hash_feed_id, hash_feed_is_cat);
}
- loading_set_progress(30);
+ loading_set_progress(50);
// can't use cache_clear() here because viewfeed might not have initialized yet
if ('sessionStorage' in window && window['sessionStorage'] !== null)