fix sort logic, handle numeric values
This commit is contained in:
parent
382e22b070
commit
125fba583e
2 changed files with 14 additions and 2 deletions
|
|
@ -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 !== '') {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue