Skip to content
Snippets Groups Projects
Commit 7eac0bb1 authored by syuilo's avatar syuilo
Browse files

wait 3 sec

parent a42b8606
No related branches found
No related tags found
No related merge requests found
......@@ -81,7 +81,7 @@
script.setAttribute('defer', 'true');
head.appendChild(script);
// 1秒経ってもスクリプトがロードされない場合はバージョンが古くて
// 3秒経ってもスクリプトがロードされない場合はバージョンが古くて
// 404になっているせいかもしれないので、バージョンを確認して古ければ更新する
//
// 読み込まれたスクリプトからこのタイマーを解除できるように、
......@@ -119,5 +119,5 @@
// Force reload
location.reload(true);
}
}, 1000);
}, 3000);
}
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