mirror of
https://github.com/openclassify/openclassify.git
synced 2026-01-11 18:01:10 -06:00
#4380 ads list filter fix
This commit is contained in:
parent
64174383b9
commit
f2d3d24334
@ -146,7 +146,7 @@ $(document).ready(function () {
|
||||
});
|
||||
|
||||
$('.filter-box>div:first-child').on('click', function () {
|
||||
$(this).parent().find('div').not($(this)).first().toggleClass('d-none');
|
||||
$(this).siblings().toggleClass('d-none');
|
||||
})
|
||||
|
||||
// Country filter
|
||||
|
||||
Loading…
Reference in New Issue
Block a user