1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2026-01-03 17:19:15 +00:00

hide notify() when finished parsing offline data

This commit is contained in:
Andrew Dolgov
2009-02-04 17:47:19 +03:00
parent 823ff6aa2e
commit b231931117

View File

@@ -541,6 +541,8 @@ function offline_download_parse(stage, transport) {
}
}
notify('');
}
} catch (e) {
exception_error("offline_download_parse", e);