Merge pull request #665 from 3flex/fix-episode-filtering

fix episode filtering
This commit is contained in:
echel0n 2014-07-27 04:59:26 -07:00
commit c0db0e3c81

View file

@ -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