From 730dbf19107d42e1a6568ac7057375b9a2e58e9e Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Mon, 19 May 2008 08:37:44 +0100 Subject: loading progress bar for main window --- tt-rss.js | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'tt-rss.js') 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); } -- cgit v1.2.3-54-g00ecf