Filter: make onlyAvail work with showProcessing. Fixes #1518

This commit is contained in:
Rob Garrison 2018-03-02 20:58:12 -06:00
parent e542aebf1c
commit 8703f25ba4

View File

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