From 63d062119a9801f306fb066fe2340a1a7480a751 Mon Sep 17 00:00:00 2001 From: Aki Date: Fri, 9 Apr 2021 22:13:35 +0200 Subject: Made sure that timeline can always expire all wrecks --- derelict.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'derelict.js') diff --git a/derelict.js b/derelict.js index f0fabc2..f36f116 100644 --- a/derelict.js +++ b/derelict.js @@ -170,7 +170,7 @@ function processKillmails(grid, killmails, icon) { const step = 1000 const toggleAll = () => elements.forEach(item => item.toggleKilled(timeline.value)) timeline.min = start - step - timeline.max = end + step + timeline.max = end + step + EXPIRY timeline.value = timeline.min timeline.step = step timeline.oninput = toggleAll -- cgit v1.1