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);