@ -82,7 +82,7 @@
function refresh() {
if(new Date().getTime() - time >= 300000){
console.log('refresh!');
window.location.href = '/en/';
window.location.href = '/';
} else {
setTimeout(refresh, 300000);
}