Hide "Expand All" when all are expanded

This commit is contained in:
tehspede 2015-02-25 22:25:08 +02:00 committed by Supremicus
parent 48bbc89749
commit c01b8b3015

View file

@ -47,6 +47,7 @@ $(document).ready(function() {
});
});
$(this).hide();
($('.get_more_eps:visible').length == 0 ? $('.expandAll').hide() : '');
});
$('.expandAll').click(function() {