diff --git a/js/filter.js b/js/filter.js index ba972a0..32ec154 100644 --- a/js/filter.js +++ b/js/filter.js @@ -25,5 +25,5 @@ function initFilter() { if (document.readyState === 'loading') { document.addEventListener('DOMContentLoaded', initFilter); } else { - initSorter(); + initFilter(); } \ No newline at end of file