Skip to content

Commit d237bed

Browse files
committedSep 13, 2021
a9f7bdf49784b713583995c0fd1863a279ed6533 return true from loadstate function
Sync to source repo @a9f7bdf49784b713583995c0fd1863a279ed6533
1 parent ac873b2 commit d237bed

File tree

3 files changed

+17
-15
lines changed

3 files changed

+17
-15
lines changed
 

‎datatables.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,5 +9,5 @@
99
],
1010
"src-repo": "http://github.com/DataTables/DataTablesSrc",
1111
"last-tag": "1.11.2",
12-
"last-sync": "1ae8c6893bd43961c55c3d0dff4a409bbffde3a5"
12+
"last-sync": "a9f7bdf49784b713583995c0fd1863a279ed6533"
1313
}

‎js/jquery.dataTables.js

+2
Original file line numberDiff line numberDiff line change
@@ -6415,6 +6415,8 @@
64156415
_fnImplementState( settings, state, callback );
64166416
}
64176417
// otherwise, wait for the loaded callback to be executed
6418+
6419+
return true;
64186420
}
64196421

64206422
function _fnImplementState ( settings, s, callback) {

‎js/jquery.dataTables.min.js

+14-14
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)
Please sign in to comment.