From e739149d0c62a6527ae5b54e02f5fd7ad9262f65 Mon Sep 17 00:00:00 2001 From: yukirij Date: Mon, 25 Nov 2024 21:57:13 -0800 Subject: [PATCH] Restore replay_off function. --- www/js/interface.js | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/www/js/interface.js b/www/js/interface.js index 6ba057a..e8e07cd 100644 --- a/www/js/interface.js +++ b/www/js/interface.js @@ -1673,6 +1673,10 @@ const INTERFACE = { } this.replay_update_auto(); }, + replay_off() { + INTERFACE_DATA.Replay.auto = false; + this.replay_update_auto(); + }, replay_update_auto() { let b_auto = document.getElementById("button-auto"); if(b_auto !== null) {