mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2025-12-22 16:21:28 +00:00
do not try to update offline data when in offline mode
This commit is contained in:
@@ -551,10 +551,11 @@ function update_offline_data(stage) {
|
|||||||
try {
|
try {
|
||||||
|
|
||||||
if (!stage) stage = 0;
|
if (!stage) stage = 0;
|
||||||
|
if (offline_mode) return;
|
||||||
|
|
||||||
debug("update_offline_data: stage " + stage);
|
debug("update_offline_data: stage " + stage);
|
||||||
|
|
||||||
// notify_progress("Loading, please wait... (" + stage +")", true);
|
notify_progress("Updating offline data... (" + stage +")", true);
|
||||||
|
|
||||||
var query = "backend.php?op=rpc&subop=download&stage=" + stage;
|
var query = "backend.php?op=rpc&subop=download&stage=" + stage;
|
||||||
|
|
||||||
@@ -727,9 +728,6 @@ function init_gears() {
|
|||||||
|
|
||||||
|
|
||||||
db.execute("DELETE FROM cache WHERE id LIKE 'F:%' OR id LIKE 'C:%'");
|
db.execute("DELETE FROM cache WHERE id LIKE 'F:%' OR id LIKE 'C:%'");
|
||||||
|
|
||||||
window.setTimeout("update_offline_data(0)", 100);
|
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
cache_expire();
|
cache_expire();
|
||||||
|
|||||||
Reference in New Issue
Block a user