From 0ebfb9200f289b774cb920a3d87169484eeed388 Mon Sep 17 00:00:00 2001 From: Robin Appelman Date: Sun, 5 Jun 2022 15:20:44 +0200 Subject: [PATCH] auto tick --- www/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/www/index.js b/www/index.js index dd87e60..fb90b50 100644 --- a/www/index.js +++ b/www/index.js @@ -32,7 +32,7 @@ fileSelect.addEventListener('change', (event) => { let highlightTick = parseInt(match[2]); startInput.value = highlightTick; endInput.value = highlightTick + tickRate * 5 * 60; - outputName = `${match[1]}_${tickRate * 10}.dem`; + outputName = `${match[1]}_cut.dem`; } else { outputName = name.replace(/\.dem/, "_cut.dem"); }