fix sort logic, handle numeric values

This commit is contained in:
Sanjay B 2021-10-28 22:47:34 +05:30
commit 125fba583e
2 changed files with 14 additions and 2 deletions

View file

@ -10,6 +10,7 @@ document.querySelectorAll('.accordion-checkbox').forEach(cbox => {
})
})
// FIXME: maybe move to utils
function getCookie(name) {
var cookieValue = null;
if (document.cookie && document.cookie !== '') {