diff --git a/html/script.js b/html/script.js index 54b0421..b0509c2 100644 --- a/html/script.js +++ b/html/script.js @@ -8290,7 +8290,7 @@ function showReplayBar(){ value: Math.pow(replay.speed, 1 / slideBase), step: 0.07, min: Math.pow(1, 1 / slideBase), - max: Math.pow(250, 1 / slideBase), + max: Math.pow(1000, 1 / slideBase), slide: function(event, ui) { replay.speed = Math.pow(ui.value, slideBase).toFixed(1); jQuery('#replaySpeedHint').text('Speed: ' + replay.speed + 'x');