mirror of
https://github.com/kiwix/kiwix-js-pwa.git
synced 2025-09-12 13:58:28 -04:00
Prevent rescan and launch of archive when user opens pickers
Former-commit-id: 76045ad38fe0008d20bc895d2693be629734f8d4 [formerly 8df2147c5a678ede80548e54d5ca100a7cba387f] [formerly 50bc64f2dd22834f314847f4f9c8a65101a4d0db] [formerly 800bc73c911247d7a81c7617b21a041a737e0de6 [formerly c400a766f5e9f11ee855ddb57fa7fb9534b298e5 [formerly bd5e995f7d45788aec107ce0fd180511caf7bdee]]] Former-commit-id: 31f633fad6f7dd139f9ff4a669b5ee6a487db748 [formerly e045112ce585ab88230e0b17e5a2050121396301 [formerly d874c32ef56673317fd6ddd592767d31b22ef45c]] Former-commit-id: 0107c0c5097a637fbd7eeec116a88ab1cd574905 [formerly c8b9f1cc8fed1baf6a289a9f0f5fe548f532df9a] Former-commit-id: ab39a4d17e29e79a565512ab6f868d67b0308d74
This commit is contained in:
parent
bc989bffa5
commit
b17f2a0457
@ -2898,7 +2898,6 @@ define(['jquery', 'zimArchiveLoader', 'uiUtil', 'util', 'cache', 'images', 'sett
|
||||
});
|
||||
if (archiveList.length) {
|
||||
document.getElementById('noZIMFound').style.display = "none";
|
||||
params.rescan = false;
|
||||
populateDropDownListOfArchives(archiveList);
|
||||
if (callback) callback(files, archiveList);
|
||||
return;
|
||||
|
Loading…
x
Reference in New Issue
Block a user