diff --git a/core/bulkchange.class.inc.php b/core/bulkchange.class.inc.php index 8aad28dff..f68d227a6 100644 --- a/core/bulkchange.class.inc.php +++ b/core/bulkchange.class.inc.php @@ -1199,9 +1199,6 @@ EOF $.get(GetAbsoluteUrlAppRoot()+'pages/ajax.render.php?{$sAppContext}', {operation: 'displayCSVHistory', showall: bShowAll}, function(data) { $('#$sAjaxDivId').html(data); - var table = $('#$sAjaxDivId .listResults'); - table.tableHover(); // hover tables - table.tablesorter( { widgets: ['myZebra', 'truncatedList']} ); // sortable and zebra tables } ); }