From 580deb655d81673d91fbaea30da1a7664017dc41 Mon Sep 17 00:00:00 2001 From: acognet Date: Mon, 27 Sep 2021 09:25:20 +0200 Subject: [PATCH] Remove unused tablesorter --- core/bulkchange.class.inc.php | 3 --- 1 file changed, 3 deletions(-) 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 } ); }