mirror of
https://github.com/Mottie/tablesorter.git
synced 2024-11-15 23:54:22 +00:00
Filter: prevent edge case js error
This commit is contained in:
parent
5494d79953
commit
d2eae00ee3
@ -348,6 +348,7 @@
|
|||||||
|
|
||||||
var options, string, txt, $header, column, filters, val, fxn, noSelect;
|
var options, string, txt, $header, column, filters, val, fxn, noSelect;
|
||||||
c.$table.addClass( 'hasFilters' );
|
c.$table.addClass( 'hasFilters' );
|
||||||
|
c.lastSearch = [];
|
||||||
|
|
||||||
// define timers so using clearTimeout won't cause an undefined error
|
// define timers so using clearTimeout won't cause an undefined error
|
||||||
wo.filter_searchTimer = null;
|
wo.filter_searchTimer = null;
|
||||||
|
Loading…
Reference in New Issue
Block a user