diff --git a/gui/slick/js/displayShow.js b/gui/slick/js/displayShow.js index 63994e1e..85879664 100644 --- a/gui/slick/js/displayShow.js +++ b/gui/slick/js/displayShow.js @@ -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 }); }); -}); \ No newline at end of file +});