mirror of
https://github.com/janeczku/calibre-web.git
synced 2025-03-29 22:25:16 +02:00
Removed parameter that was wrongly added
This commit is contained in:
parent
7fc04b353b
commit
3f56f0dca7
@ -179,7 +179,7 @@ function initProgressClick() {
|
|||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|
||||||
function loadFromArrayBuffer(ab, _callback) {
|
function loadFromArrayBuffer(ab) {
|
||||||
const collator = new Intl.Collator('en', { numeric: true, sensitivity: 'base' });
|
const collator = new Intl.Collator('en', { numeric: true, sensitivity: 'base' });
|
||||||
loadArchiveFormats(['rar', 'zip', 'tar'], function() {
|
loadArchiveFormats(['rar', 'zip', 'tar'], function() {
|
||||||
// Open the file as an archive
|
// Open the file as an archive
|
||||||
|
Loading…
x
Reference in New Issue
Block a user