rework loading progressbar
This commit is contained in:
@@ -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