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) {