mirror of
https://github.com/openclassify/openclassify.git
synced 2026-01-24 22:11:01 -06:00
add specific css selector
This commit is contained in:
parent
6cf93b7652
commit
a4ba83eb29
@ -1,3 +1,3 @@
|
|||||||
$('.show-all').on('click', function () {
|
$('.categories-list .show-all').on('click', function () {
|
||||||
$(this).siblings('.hidden-category').toggleClass('hidden')
|
$(this).siblings('.hidden-category').toggleClass('hidden')
|
||||||
})
|
})
|
||||||
Loading…
Reference in New Issue
Block a user