Merge pull request #701 from openclassify/dia

add specific css selector
This commit is contained in:
Fatih Alp 2020-10-06 13:52:36 +03:00 committed by GitHub
commit d6ddc13846
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,3 +1,3 @@
$('.show-all').on('click', function () {
$('.categories-list .show-all').on('click', function () {
$(this).siblings('.hidden-category').toggleClass('hidden')
})