mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2025-12-13 18:45:56 +00:00
remove splash before freshfeed is loaded
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user