From a7aaaa83081d666f5d808b3f80bfae45c3b761fd Mon Sep 17 00:00:00 2001 From: yuuki <> Date: Mon, 4 Mar 2024 02:51:43 +0000 Subject: [PATCH] updated --- public/src/js/songselect.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/public/src/js/songselect.js b/public/src/js/songselect.js index 171a192..3c3a819 100644 --- a/public/src/js/songselect.js +++ b/public/src/js/songselect.js @@ -347,7 +347,7 @@ class SongSelect{ waitPreview: 0 } this.songSelecting = { - speed: 200, + speed: 666, resize: 0.3, scrollDelay: 0.1 } @@ -845,7 +845,7 @@ class SongSelect{ this.playSound("se_don"); setTimeout(() => { window.location.href = "/upload/"; - }, 20); + }, 100); } } this.pointer(false)