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:
@@ -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);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user