Now that the $link.toggle() call is gone, this $filterLinks.show() isn't needed. Just the parent() call in both cases.
$link.toggle()
$filterLinks.show()
parent()
This has been addressed
Now that the
$link.toggle()
call is gone, this$filterLinks.show()
isn't needed. Just theparent()
call in both cases.This has been addressed