diff --git a/scripts/options.js b/scripts/options.js index afe6a0a..12bd72f 100644 --- a/scripts/options.js +++ b/scripts/options.js @@ -22,4 +22,5 @@ function uncheck() { function cardspeed(){ viewspeed = document.getElementById("card-speed-number-value").value; document.getElementById("range-value").innerText = document.getElementById("card-speed-number-value").value; + menu_clicks(); } \ No newline at end of file