diff --git a/js/functions.js b/js/functions.js index afbb09683f..0a5dde8182 100644 --- a/js/functions.js +++ b/js/functions.js @@ -968,11 +968,11 @@ AJAX.registerOnload('functions.js', function () { } updateTimeout = window.setTimeout(UpdateIdleTime, interval); } else { //timeout occurred + clearInterval(IncInterval); if (isStorageSupported('sessionStorage')){ window.sessionStorage.clear(); } window.location.reload(true); - clearInterval(IncInterval); } } });