diff --git a/static/script.js b/static/script.js index a9e2f323..ba7462e6 100644 --- a/static/script.js +++ b/static/script.js @@ -25,6 +25,11 @@ const sortOptions = [ label: "Name ↑", comparator: (a, b) => a.character_name.localeCompare(b.character_name) }, + { + value: "kph", + label: "KPH ↓", + comparator: (a, b) => b.kills_per_hour - a.kills_per_hour + }, { value: "kills", label: "Kills ↓",