diff options
| author | Andrew Dolgov <fox@bah.org.ru> | 2009-02-04 17:47:19 +0300 |
|---|---|---|
| committer | Andrew Dolgov <fox@bah.org.ru> | 2009-02-04 17:47:19 +0300 |
| commit | b231931117bfe47ca0ced403eb5fb1c62412c1bd (patch) | |
| tree | 6bd46cf71813e080d68edeede2f2c76a507f18fa /offline.js | |
| parent | 823ff6aa2e6c38ee45c114cfb5b064cc52e9b972 (diff) | |
hide notify() when finished parsing offline data
Diffstat (limited to 'offline.js')
| -rw-r--r-- | offline.js | 2 |
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); |