From 8703f25ba4891ef4cee3be33c98b7285454bbead Mon Sep 17 00:00:00 2001 From: Rob Garrison Date: Fri, 2 Mar 2018 20:58:12 -0600 Subject: [PATCH] Filter: make onlyAvail work with showProcessing. Fixes #1518 --- js/widgets/widget-filter.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/js/widgets/widget-filter.js b/js/widgets/widget-filter.js index b22806a1..922b3b45 100644 --- a/js/widgets/widget-filter.js +++ b/js/widgets/widget-filter.js @@ -1,4 +1,4 @@ -/*! Widget: filter - updated 2018-01-30 (v2.29.5) *//* +/*! Widget: filter - updated 2018-03-02 (v2.29.7) *//* * Requires tablesorter v2.8+ and jQuery 1.7+ * by Rob Garrison */ @@ -547,7 +547,7 @@ // show processing icon if ( c.showProcessing ) { - txt = 'filterStart filterEnd '.split( ' ' ).join( c.namespace + 'filter ' ); + txt = 'filterStart filterEnd '.split( ' ' ).join( c.namespace + 'filter-sp ' ); c.$table .unbind( txt.replace( ts.regex.spaces, ' ' ) ) .bind( txt, function( event, columns ) {