diff options
| author | s1n <[email protected]> | 2019-10-24 16:47:41 -0700 |
|---|---|---|
| committer | s1n <[email protected]> | 2019-10-24 16:47:41 -0700 |
| commit | 96813d6fb9fafe787e4f46e71007d1f156fd81c5 (patch) | |
| tree | 32dd31a339620d2de652a5a83d5882d8870b1ff9 /to/js | |
| parent | Update humans.txt (diff) | |
| download | s1n.pw-admin-96813d6fb9fafe787e4f46e71007d1f156fd81c5.tar.xz s1n.pw-admin-96813d6fb9fafe787e4f46e71007d1f156fd81c5.zip | |
make redirect accurate and nice
Diffstat (limited to 'to/js')
| -rw-r--r-- | to/js/countdown.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/to/js/countdown.js b/to/js/countdown.js index c31a289..9312d8a 100644 --- a/to/js/countdown.js +++ b/to/js/countdown.js @@ -19,7 +19,7 @@ function startTimer(duration, display) { } window.onload = function () { - var fiveMinutes = 5 * 1, // 60 * 5 + var fiveMinutes = 4 * 1, // 60 * 5 display = document.querySelector('#time'); startTimer(fiveMinutes, display); };
\ No newline at end of file |