From 9d92a82ff46111acfecf6d525e6ebc4aec008564 Mon Sep 17 00:00:00 2001 From: RunasSudo Date: Sat, 4 Feb 2023 16:24:26 +1100 Subject: [PATCH] Fix bug with alphabetical sorting of items --- html/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/html/index.html b/html/index.html index ded0dca..651a287 100644 --- a/html/index.html +++ b/html/index.html @@ -218,7 +218,7 @@ } } - const regexIsNumber = /^[0-9]+$/.compile(); + const regexIsNumber = /^[0-9]+$/; function comparePBSItems(item1, item2) { // Sort RPBS, etc. benefits after other items