diff --git a/website/include/importerapp.js b/website/include/importerapp.js index 2c274c2..11ce44a 100644 --- a/website/include/importerapp.js +++ b/website/include/importerapp.js @@ -474,7 +474,7 @@ ImporterApp.prototype.OpenFile = function () ImporterApp.prototype.ResetHash = function () { if (window.location.hash.length > 1) { - window.loadation.hash = ''; + window.location.hash = ''; } };