diff --git a/.datatables-commit-sync b/.datatables-commit-sync index f1015efb..3cb8b1cf 100644 --- a/.datatables-commit-sync +++ b/.datatables-commit-sync @@ -1 +1 @@ -8401eab9328f17b363d5b693bd65caecd7a0c994 +0d53fc629f28fb20a1434aa66826684eaeedaf57 diff --git a/media/js/jquery.dataTables.js b/media/js/jquery.dataTables.js index 6f82ade4..a3889173 100644 --- a/media/js/jquery.dataTables.js +++ b/media/js/jquery.dataTables.js @@ -31,7 +31,7 @@ // Define as an AMD module if possible if ( typeof define === 'function' && define.amd ) { - define( ['jquery'], factory ); + define( 'datatables', ['jquery'], factory ); } /* Define using browser globals otherwise * Prevent multiple instantiations if the script is loaded twice