Merge remote-tracking branch 'origin/QA_4_7' into QA_4_7

This commit is contained in:
Weblate 2017-02-14 17:11:49 +01:00
commit a1e4b09049

View File

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