]> git.wh0rd.org Git - tt-rss.git/commitdiff
hide notify() when finished parsing offline data
authorAndrew Dolgov <fox@bah.org.ru>
Wed, 4 Feb 2009 14:47:19 +0000 (17:47 +0300)
committerAndrew Dolgov <fox@bah.org.ru>
Wed, 4 Feb 2009 14:47:19 +0000 (17:47 +0300)
offline.js

index 620988c8987bf90caa8c41272d802344e52a0867..73d70f39b922caf744a076a810f644e744aebf3f 100644 (file)
@@ -541,6 +541,8 @@ function offline_download_parse(stage, transport) {
                                }
                        }
 
+                       notify('');
+
                }
        } catch (e) {
                exception_error("offline_download_parse", e);