language fix

This commit is contained in:
devin 2012-08-28 15:38:35 +08:00 committed by Christophe Vilayphiou
parent 0be494c62b
commit cc6986cb16
1 changed files with 1 additions and 0 deletions

View File

@ -1,3 +1,4 @@
<%# encoding: utf-8 %>
$.extend($.expr[':'], {
'containsi': function (elem, i, match, array) {
return (elem.textContent || elem.innerText || '').toLowerCase().indexOf((match[3] || "").toLowerCase()) >= 0;