}
-function remove_splash() {
- if (Element.visible("overlay")) {
- debug("about to remove splash, OMG!");
- Element.hide("overlay");
- debug("removed splash!");
- }
-}
+
exception_error("loading_set_progress", e);
}
}
+
+function remove_splash() {
+ if (Element.visible("overlay")) {
+ debug("about to remove splash, OMG!");
+ Element.hide("overlay");
+ debug("removed splash!");
+ }
+}
correctPNG();
}
notify("");
+ remove_splash();
+
} catch (e) {
exception_error("feedlist_callback", e);
}
correctPNG();
}
notify("");
+ remove_splash();
}
}
correctPNG();
}
notify("");
+ remove_splash();
}
}
if (xmlhttp.readyState == 4) {
container.innerHTML=xmlhttp.responseText;
notify("");
+ remove_splash();
}
}
if (xmlhttp.readyState == 4) {
container.innerHTML=xmlhttp.responseText;
notify("");
+ remove_splash();
}
}
function prefslist_callback() {
var container = document.getElementById('prefContent');
if (xmlhttp.readyState == 4) {
-
container.innerHTML=xmlhttp.responseText;
-
notify("");
+ remove_splash();
}
}
selectTab(active_tab);
}
notify("");
+
+ loading_set_progress(60);
+
} catch (e) {
exception_error("init_second_stage", e);
}
return;
}
+ loading_set_progress(30);
+
xmlhttp.open("GET", "backend.php?op=rpc&subop=sanityCheck", true);
xmlhttp.onreadystatechange=backend_sanity_check_callback;
xmlhttp.send(null);
<body>
+<div id="overlay">
+ <div id="overlay_inner">
+ <?php echo __("Loading, please wait...") ?>
+
+ <div id="l_progress_o">
+ <div id="l_progress_i"></div>
+ </div>
+
+ <noscript>
+ <div class="error"><?php echo
+ __("Your browser doesn't support Javascript, which is required
+ for this application to function properly. Please check your
+ browser settings.") ?></div>
+ </noscript>
+ </div>
+</div>
+
+
<div id="hotkey_help_overlay" style="display : none" onclick="Element.hide(this)">
<?php rounded_table_start("hho"); ?>
<?php include "help/4.php" ?>