mirror of
https://github.com/SickGear/SickGear.git
synced 2025-01-05 17:43:37 +00:00
Hide "Expand All" when all are expanded
This commit is contained in:
parent
48bbc89749
commit
c01b8b3015
1 changed files with 1 additions and 0 deletions
|
@ -47,6 +47,7 @@ $(document).ready(function() {
|
|||
});
|
||||
});
|
||||
$(this).hide();
|
||||
($('.get_more_eps:visible').length == 0 ? $('.expandAll').hide() : '');
|
||||
});
|
||||
|
||||
$('.expandAll').click(function() {
|
||||
|
|
Loading…
Reference in a new issue