summaryrefslogtreecommitdiff
path: root/tt-rss.js
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2008-05-19 08:37:44 +0100
committerAndrew Dolgov <[email protected]>2008-05-19 08:37:44 +0100
commit730dbf19107d42e1a6568ac7057375b9a2e58e9e (patch)
treef924daca27e77bcaf79ba1052ed3b5cda0411584 /tt-rss.js
parent36cebe0f8da738414e0256f433e9422f25b79605 (diff)
loading progress bar for main window
Diffstat (limited to 'tt-rss.js')
-rw-r--r--tt-rss.js4
1 files changed, 4 insertions, 0 deletions
diff --git a/tt-rss.js b/tt-rss.js
index 57315b4e5..538a318d9 100644
--- a/tt-rss.js
+++ b/tt-rss.js
@@ -325,6 +325,8 @@ function init() {
try {
+ loading_set_progress(30);
+
// this whole shebang is based on http://www.birnamdesigns.com/misc/busted2.html
if (arguments.callee.done) return;
@@ -423,6 +425,8 @@ function init_second_stage() {
debug("second stage ok");
+ loading_set_progress(60);
+
} catch (e) {
exception_error("init_second_stage", e);
}