From b231931117bfe47ca0ced403eb5fb1c62412c1bd Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Wed, 4 Feb 2009 17:47:19 +0300 Subject: hide notify() when finished parsing offline data --- offline.js | 2 ++ 1 file changed, 2 insertions(+) (limited to 'offline.js') 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); -- cgit v1.2.3