Merge branch 'master' of github.com:DataTables/Plugins

pull/113/head
Allan Jardine 10 years ago
commit 649b269068

@ -51,6 +51,7 @@ jQuery.fn.DataTable.ext.type.search.string = function ( data ) {
.replace( /è/g, 'e' ) .replace( /è/g, 'e' )
.replace( /ï/g, 'i' ) .replace( /ï/g, 'i' )
.replace( /ü/g, 'u' ) .replace( /ü/g, 'u' )
.replace( /ç/g, 'c' ) : .replace( /ç/g, 'c' )
.replace( /ì/g, 'i' ) :
data; data;
}; };

Loading…
Cancel
Save