summaryrefslogtreecommitdiff
path: root/offline.js
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2009-02-05 12:20:34 +0300
committerAndrew Dolgov <[email protected]>2009-02-05 12:20:34 +0300
commitf45c85f95c4ee9aba89447f2461875ae9b3cbb97 (patch)
tree96b9a56241d2897b0671ac89c2112f17cad24286 /offline.js
parent26839f630dd0d9a9e38fadd65b68af3ce11d1d31 (diff)
update_offline_data: remove notifications
Diffstat (limited to 'offline.js')
-rw-r--r--offline.js4
1 files changed, 2 insertions, 2 deletions
diff --git a/offline.js b/offline.js
index f50644b7a..4a0bedf50 100644
--- a/offline.js
+++ b/offline.js
@@ -601,7 +601,7 @@ function offline_download_parse(stage, transport) {
}
}
- notify('');
+// notify('');
}
} catch (e) {
@@ -617,7 +617,7 @@ function update_offline_data(stage) {
debug("update_offline_data: stage " + stage);
- notify_progress("Updating offline data... (" + stage +")", true);
+// notify_progress("Updating offline data... (" + stage +")", true);
var query = "backend.php?op=rpc&subop=download&stage=" + stage;