mirror of
https://github.com/wavelog/wavelog.git
synced 2026-03-22 10:24:14 +00:00
Fix for applyFilters
This commit is contained in:
@@ -359,6 +359,9 @@ $(function() {
|
||||
if (selectId === 'band' || selectId === 'mode' || selectId === 'decontSelect' || selectId === 'continentSelect') {
|
||||
syncQuickFilterButtons();
|
||||
}
|
||||
|
||||
// Apply filters when select changes
|
||||
applyFilters(false);
|
||||
});
|
||||
}
|
||||
|
||||
@@ -382,6 +385,9 @@ $(function() {
|
||||
|
||||
$(this).val(currentValues);
|
||||
updateFilterIcon();
|
||||
|
||||
// Apply filters when requiredFlags changes
|
||||
applyFilters(false);
|
||||
});
|
||||
|
||||
// ========================================
|
||||
|
||||
Reference in New Issue
Block a user