mirror of
https://github.com/kiwix/kiwix-js-pwa.git
synced 2025-09-09 12:19:46 -04:00
Update zimArchive.js
Former-commit-id: 794b694b8e192788c8ec8db9b79ff31984d84324 [formerly c6713c9fce8c09f1294825c73ff650b72768bf01 [formerly 1535956821aed17b823fb471cfd66c6dddf1b1d0]] Former-commit-id: f23e5d5d47520764d57c1b5b6afa3bd556b9313d Former-commit-id: ebb3ac36a71fa5eeeaa24723435e0b2fc2434d62
This commit is contained in:
parent
a4a46704fa
commit
10c883e868
@ -306,7 +306,7 @@ define(['zimfile', 'zimDirEntry', 'util', 'utf8'],
|
||||
if (search.status === 'cancelled' || index >= firstIndex + searchWindow || index >= articleCount
|
||||
|| lastTitle && !~lastTitle.indexOf(prefix) || search.found >= search.resultSize) {
|
||||
var cnt = index - firstIndex;
|
||||
if (cnt) console.debug('Sacnned ' + cnt + ' titles for "' + prefix + '"');
|
||||
if (cnt) console.debug('Scanned ' + cnt + ' titles for "' + prefix + '"');
|
||||
return {
|
||||
'dirEntries': dirEntries,
|
||||
'nextStart': index
|
||||
|
Loading…
x
Reference in New Issue
Block a user