From 707d45fb2ae9e3802875d64d6fbd38306ef58544 Mon Sep 17 00:00:00 2001 From: mossroy Date: Mon, 6 May 2013 13:12:18 +0200 Subject: [PATCH] Small fix to make it work on an actual device (it does not seem to accept reading files from input type=file) --- www/js/app.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/www/js/app.js b/www/js/app.js index 6a2d8e4a..8717ae24 100644 --- a/www/js/app.js +++ b/www/js/app.js @@ -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(); } /**