mirror of
https://github.com/DataTables/DataTables.git
synced 2025-02-07 05:54:15 +01:00
parent
f7e9a20324
commit
efa8ff5b71
@ -1 +1 @@
|
|||||||
13af055a5864473695ebf1e9b9a719a8c0f5a673
|
fd6a64289e82e811d542745a632496ded845f90c
|
||||||
|
4
media/js/jquery.dataTables.js
vendored
4
media/js/jquery.dataTables.js
vendored
@ -7838,7 +7838,9 @@
|
|||||||
];
|
];
|
||||||
}
|
}
|
||||||
else {
|
else {
|
||||||
var match = s.match( __re_column_selector );
|
var match = typeof match === 'string' ?
|
||||||
|
s.match( __re_column_selector ) :
|
||||||
|
'';
|
||||||
|
|
||||||
if ( match ) {
|
if ( match ) {
|
||||||
switch( match[2] ) {
|
switch( match[2] ) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user