summaryrefslogtreecommitdiff
path: root/offline.js
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2009-02-20 12:57:02 +0300
committerAndrew Dolgov <[email protected]>2009-02-20 12:57:02 +0300
commit10bccf7d57ddd885507b1a8d4ee29b0076c14724 (patch)
tree19a5442ff71a78669dcd7ec1fc04dd55df0aa5d4 /offline.js
parentbe9d09a1b38325f5c1150dae07862f44c815d850 (diff)
automatically extract i18n data from .js files
Diffstat (limited to 'offline.js')
-rw-r--r--offline.js2
1 files changed, 0 insertions, 2 deletions
diff --git a/offline.js b/offline.js
index 9054ea455..010bbe05e 100644
--- a/offline.js
+++ b/offline.js
@@ -854,8 +854,6 @@ function update_offline_data(stage) {
if (!db || offline_mode || getInitParam("offline_enabled") != "1") return;
-// notify_progress("Updating offline data... (" + stage +")", true);
-
var query = "backend.php?op=rpc&subop=download";
var rs = db.execute("SELECT MAX(id), MIN(id) FROM articles");