hide notify() when finished parsing offline data
This commit is contained in:
parent
823ff6aa2e
commit
b231931117
|
@ -541,6 +541,8 @@ function offline_download_parse(stage, transport) {
|
|||
}
|
||||
}
|
||||
|
||||
notify('');
|
||||
|
||||
}
|
||||
} catch (e) {
|
||||
exception_error("offline_download_parse", e);
|
||||
|
|
Loading…
Reference in New Issue