branch: master
commit 8cf926cb2033ddd17e86111435fedb40b2d7ce0f
Author: Stefan Kangas <[email protected]>
Commit: Stefan Kangas <[email protected]>
Sync jQuery.FilterTable with upstream (version 1.5.7)
---
html/javascript/jquery.filtertable.min.js | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/html/javascript/jquery.filtertable.min.js
b/html/javascript/jquery.filtertable.min.js
index fe3b588..b9e243d 100644
--- a/html/javascript/jquery.filtertable.min.js
+++ b/html/javascript/jquery.filtertable.min.js
@@ -6,8 +6,8 @@
*
* Utilizes bindWithDelay() if available.
https://github.com/bgrins/bindWithDelay
*
- * @version v1.5.5
+ * @version v1.5.7
* @author Sunny Walker, [email protected]
* @license MIT
*/
-!function($){var
e=$.fn.jquery.split("."),t=parseFloat(e[0]),n=parseFloat(e[1]);2>t&&8>n?($.expr[":"].filterTableFind=function(e,t,n){return
$(e).text().toUpperCase().indexOf(n[3].toUpperCase())>=0},$.expr[":"].filterTableFindAny=function(e,t,n){var
i=n[3].split(/[\s,]/),r=[];return $.each(i,function(e,t){var
n=t.replace(/^\s+|\s$/g,"");n&&r.push(n)}),r.length?function(e){var t=!1;return
$.each(r,function(n,i){return
$(e).text().toUpperCase().indexOf(i.toUpperCase())>=0?(t=!0,!1):void 0} [...]
\ No newline at end of file
+!function($){var
e=$.fn.jquery.split("."),t=parseFloat(e[0]),i=parseFloat(e[1]);t<2&&i<8?($.expr[":"].filterTableFind=function(e,t,i){return
$(e).text().toUpperCase().indexOf(i[3].toUpperCase().replace(/"""/g,'"').replace(/"\\"/g,"\\"))>=0},$.expr[":"].filterTableFindAny=function(e,t,i){var
n=i[3].split(/[\s,]/),r=[];return $.each(n,function(e,t){var
i=t.replace(/^\s+|\s$/g,"");i&&r.push(i)}),!!r.length&&function(e){var
t=!1;return $.each(r,function(i,n){if($(e).text().toUpperCase().inde [...]
\ No newline at end of file