mirror of
https://github.com/DataTables/DataTables.git
synced 2025-01-18 11:52:11 +01:00
Fixed (from last commit): Incorrect variable when saving state caused state saving to stop working
Fixed: Removed unnecessary white space from state saving cookies
This commit is contained in:
parent
85b923cff3
commit
05995bd655
2
media/js/jquery.dataTables.js
vendored
2
media/js/jquery.dataTables.js
vendored
@ -5686,7 +5686,7 @@
|
||||
try
|
||||
{
|
||||
oData = (typeof $.parseJSON == 'function') ?
|
||||
$.parseJSON( oData.replace(/'/g, '"') ) : eval( '('+sData+')' );
|
||||
$.parseJSON( sData.replace(/'/g, '"') ) : eval( '('+sData+')' );
|
||||
}
|
||||
catch( e )
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user