mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2026-02-10 16:01:33 +00:00
rework loading progressbar
This commit is contained in:
+1
-3
@@ -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);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user