From e148b0d40c59602182cfb36aba1ff8febfe16458 Mon Sep 17 00:00:00 2001 From: kovacsv Date: Sat, 14 Jan 2017 10:29:09 +0100 Subject: [PATCH] Fix typo. --- website/include/importerapp.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 = ''; } };