mirror of
https://github.com/Moe-Sakura/frontend.git
synced 2026-04-12 11:33:23 +08:00
250709
This commit is contained in:
@@ -150,8 +150,6 @@ function clearUI() {
|
||||
form.addEventListener("submit", async (e) => {
|
||||
e.preventDefault();
|
||||
clearUI();
|
||||
if (window.Pace && typeof window.Pace.restart === "function")
|
||||
window.Pace.restart();
|
||||
setTimeout(async () => {
|
||||
const game = form.game.value.trim();
|
||||
const zypassword = form.zypassword.value.trim();
|
||||
|
||||
Reference in New Issue
Block a user