mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2025-12-14 02:55:55 +00:00
progressbar fixes
This commit is contained in:
@@ -325,8 +325,6 @@ 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;
|
||||
@@ -346,6 +344,8 @@ function init() {
|
||||
|
||||
var params = "&ua=" + param_escape(navigator.userAgent);
|
||||
|
||||
loading_set_progress(30);
|
||||
|
||||
new Ajax.Request("backend.php?op=rpc&subop=sanityCheck" + params, {
|
||||
onComplete: function(transport) {
|
||||
backend_sanity_check_callback(transport);
|
||||
@@ -424,7 +424,7 @@ function init_second_stage() {
|
||||
setTimeout('updateFeedList(false, false)', 50);
|
||||
|
||||
debug("second stage ok");
|
||||
|
||||
|
||||
loading_set_progress(60);
|
||||
|
||||
} catch (e) {
|
||||
|
||||
Reference in New Issue
Block a user