language fix
This commit is contained in:
		
							parent
							
								
									0be494c62b
								
							
						
					
					
						commit
						cc6986cb16
					
				|  | @ -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; | ||||
|  |  | |||
		Loading…
	
		Reference in New Issue