From: Andrew Dolgov Date: Wed, 4 Feb 2009 14:47:19 +0000 (+0300) Subject: hide notify() when finished parsing offline data X-Git-Tag: 1.3.1~92 X-Git-Url: https://git.wh0rd.org/?a=commitdiff_plain;h=b231931117bfe47ca0ced403eb5fb1c62412c1bd;p=tt-rss.git hide notify() when finished parsing offline data --- diff --git a/offline.js b/offline.js index 620988c8..73d70f39 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);