Fix bug with alphabetical sorting of items

This commit is contained in:
RunasSudo 2023-02-04 16:24:26 +11:00
parent 0541f5f063
commit 9d92a82ff4
Signed by: RunasSudo
GPG Key ID: 7234E476BF21C61A
1 changed files with 1 additions and 1 deletions

View File

@ -218,7 +218,7 @@
}
}
const regexIsNumber = /^[0-9]+$/.compile();
const regexIsNumber = /^[0-9]+$/;
function comparePBSItems(item1, item2) {
// Sort RPBS, etc. benefits after other items