|
|
@@ -48,6 +48,12 @@ Script |
|
|
|
window.location.href = url; |
|
|
|
}); |
|
|
|
|
|
|
|
const resetFilter = ( |
|
|
|
function () |
|
|
|
{ |
|
|
|
window.location.href = '/'; |
|
|
|
}); |
|
|
|
|
|
|
|
filterKeyword.addEventListener ('keydown', |
|
|
|
function (e) |
|
|
|
{ |
|
|
@@ -56,6 +62,7 @@ Script |
|
|
|
}); |
|
|
|
|
|
|
|
btnFilter.addEventListener ('click', filter); |
|
|
|
$ ('#btn-reset').on ('click', resetFilter); |
|
|
|
} |
|
|
|
|
|
|
|
static |
|
|
|