mirror of
https://github.com/SickGear/SickGear.git
synced 2024-12-01 00:43:37 +00:00
Merge pull request #665 from 3flex/fix-episode-filtering
fix episode filtering
This commit is contained in:
commit
c0db0e3c81
1 changed files with 1 additions and 5 deletions
|
@ -117,10 +117,6 @@ $(document).ready(function () {
|
|||
$("#checkboxControls input").change(function (e) {
|
||||
var whichClass = $(this).attr('id');
|
||||
$(this).showHideRows(whichClass);
|
||||
|
||||
$('tr.' + whichClass).each(function (i) {
|
||||
$(this).toggle();
|
||||
});
|
||||
});
|
||||
|
||||
// initially show/hide all the rows according to the checkboxes
|
||||
|
@ -273,4 +269,4 @@ $(document).ready(function () {
|
|||
height:120
|
||||
});
|
||||
});
|
||||
});
|
||||
});
|
||||
|
|
Loading…
Reference in a new issue