mirror of
https://github.com/openclassify/openclassify.git
synced 2026-04-14 19:22:10 -05: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')
|
||||
})
|
||||
Loading…
Reference in New Issue
Block a user