diff options
Diffstat (limited to 'derelict.js')
-rw-r--r-- | derelict.js | 2 |
1 files changed, 1 insertions, 1 deletions
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 |