mirror of
https://github.com/kiwix/kiwix-js.git
synced 2025-09-22 03:52:21 -04:00
Small fix to make it work on an actual device (it does not seem to accept reading files from input type=file)
This commit is contained in:
parent
03b33afc63
commit
707d45fb2a
@ -22,7 +22,6 @@ define(function(require) {
|
||||
|
||||
|
||||
var localArchive = null;
|
||||
setLocalArchiveFromFileSelect();
|
||||
|
||||
// Define behavior of HTML elements
|
||||
$('#searchTitles').on('click', function(e) {
|
||||
@ -64,6 +63,7 @@ define(function(require) {
|
||||
}
|
||||
else {
|
||||
displayFileSelect();
|
||||
setLocalArchiveFromFileSelect();
|
||||
}
|
||||
|
||||
/**
|
||||
|
Loading…
x
Reference in New Issue
Block a user