Merge pull request #140 from gerson-scanapieco/master

Added new accents to accent-neutralize plugin
pull/142/head
Allan Jardine 10 years ago
commit ca78bb94c1

@ -58,6 +58,8 @@ jQuery.fn.DataTable.ext.type.search.string = function ( data ) {
.replace( /è/g, 'e' )
.replace( /ï/g, 'i' )
.replace( /ü/g, 'u' )
.replace( /ã/g, 'a' )
.replace( /õ/g, 'o' )
.replace( /ç/g, 'c' )
.replace( /ì/g, 'i' ) :
data;

Loading…
Cancel
Save