mirror of
https://github.com/openclassify/openclassify.git
synced 2026-01-24 22:11:01 -06:00
commit for comment in pull req
This commit is contained in:
parent
1fad8e34ca
commit
bf0af945b6
@ -1,4 +1,4 @@
|
|||||||
$('.categories-list .show-all').on('click', function () {
|
$('.categories-list .show-all').on('click', function () {
|
||||||
$(this).siblings('.hidden-category').toggleClass('hidden')
|
$(this).siblings('.hidden-category').toggleClass('hidden')
|
||||||
$(this).find('a').find('span').toggleClass('hidden')
|
$(this).find('a span').toggleClass('hidden')
|
||||||
})
|
})
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user