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
1 changed files with 2 additions and 0 deletions

View File

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