1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2025-12-21 16:31:29 +00:00

loading progress bar for main window

This commit is contained in:
Andrew Dolgov
2008-05-19 08:37:44 +01:00
parent 36cebe0f8d
commit 730dbf1910
6 changed files with 68 additions and 5 deletions

View File

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