mirror of
https://github.com/SickGear/SickGear.git
synced 2025-01-07 10:33:38 +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();
|
$(this).hide();
|
||||||
|
($('.get_more_eps:visible').length == 0 ? $('.expandAll').hide() : '');
|
||||||
});
|
});
|
||||||
|
|
||||||
$('.expandAll').click(function() {
|
$('.expandAll').click(function() {
|
||||||
|
|
Loading…
Reference in a new issue