rework loading progressbar

This commit is contained in:
Andrew Dolgov
2010-11-19 16:08:02 +03:00
parent b8aa9ca7f0
commit fcc3674439
8 changed files with 23 additions and 42 deletions

View File

@@ -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);
}