Fix typo.

This commit is contained in:
kovacsv 2017-01-14 10:29:09 +01:00
parent 3ced488146
commit e148b0d40c

View File

@ -474,7 +474,7 @@ ImporterApp.prototype.OpenFile = function ()
ImporterApp.prototype.ResetHash = function ()
{
if (window.location.hash.length > 1) {
window.loadation.hash = '';
window.location.hash = '';
}
};