summaryrefslogtreecommitdiff
path: root/offline.js
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2009-02-04 17:47:19 +0300
committerAndrew Dolgov <[email protected]>2009-02-04 17:47:19 +0300
commitb231931117bfe47ca0ced403eb5fb1c62412c1bd (patch)
tree6bd46cf71813e080d68edeede2f2c76a507f18fa /offline.js
parent823ff6aa2e6c38ee45c114cfb5b064cc52e9b972 (diff)
hide notify() when finished parsing offline data
Diffstat (limited to 'offline.js')
-rw-r--r--offline.js2
1 files changed, 2 insertions, 0 deletions
diff --git a/offline.js b/offline.js
index 620988c89..73d70f39b 100644
--- a/offline.js
+++ b/offline.js
@@ -541,6 +541,8 @@ function offline_download_parse(stage, transport) {
}
}
+ notify('');
+
}
} catch (e) {
exception_error("offline_download_parse", e);