mirror of
https://github.com/openclassify/openclassify.git
synced 2026-02-27 16:14:39 -06:00
Merge pull request #701 from openclassify/dia
add specific css selector
This commit is contained in:
commit
d6ddc13846
@ -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