Skip to content
Snippets Groups Projects
Commit 002f06b2 authored by syuilo's avatar syuilo
Browse files

Fix

parent 0b465a00
No related branches found
No related tags found
No related merge requests found
......@@ -20,13 +20,15 @@
console.error(e);
}
localStorage.setItem('should-refresh', 'true');
alert('キャッシュをクリアしました。');
location.href = '/';
alert('まもなくページを再度読み込みします。再度読み込みが終わると、再度キャッシュをクリアするか尋ねられるので、「キャンセル」を選択して抜けてください。');
setTimeout(() => {
location.reload(true);
}, 100);
} else {
alert('問題が解決しない場合はサーバー管理者までお問い合せください。');
location.href = '/';
}
</script>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment