mirror of
https://github.com/openclassify/openclassify.git
synced 2026-02-11 07:46:07 -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 () {
|
$('.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
|
// Country filter
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user