From ab1d804788daa053d1624dfad87ae024bef9ef02 Mon Sep 17 00:00:00 2001 From: Tor Andersson Date: Thu, 24 Apr 2025 10:35:37 +0200 Subject: Speed up replay. --- public/common/replay.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/common/replay.js b/public/common/replay.js index a1e6cfd..24a0d67 100644 --- a/public/common/replay.js +++ b/public/common/replay.js @@ -257,7 +257,7 @@ function on_replay_play_pause() { on_replay_step_next() else on_replay_play_pause() - }, 1000) + }, 500) } else { document.getElementById("replay_stop").classList.add("hide") document.getElementById("replay_play").classList.remove("hide") -- cgit v1.2.3