diff --git a/website/include/importerapp.js b/website/include/importerapp.js index c37cfef..776dd86 100644 --- a/website/include/importerapp.js +++ b/website/include/importerapp.js @@ -463,7 +463,7 @@ ImporterApp.prototype.FileSelected = function (event) ImporterApp.prototype.OpenFile = function () { - var fileInput = document.getElementById('file'); + var fileInput = document.getElementById ('file'); fileInput.click (); };