This commit is contained in:
kovacsv 2017-01-14 10:16:34 +01:00
parent e26886bf6f
commit cdd263cde5

View File

@ -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 ();
};