diff --git a/.datatables-commit-sync b/.datatables-commit-sync index 0e77545a..acece5e7 100644 --- a/.datatables-commit-sync +++ b/.datatables-commit-sync @@ -1 +1 @@ -1f4688ea66aa148745212b66562aa3508ee15b98 +cb61595d78d0d87c1ab15bfdb1b3200de6549fa5 diff --git a/media/js/jquery.dataTables.js b/media/js/jquery.dataTables.js index 9e3dc41d..95e20675 100644 --- a/media/js/jquery.dataTables.js +++ b/media/js/jquery.dataTables.js @@ -5783,7 +5783,10 @@ _fnLengthOverflow: _fnLengthOverflow, _fnRenderer: _fnRenderer, _fnDataSource: _fnDataSource, - _fnRowAttributes: _fnRowAttributes + _fnRowAttributes: _fnRowAttributes, + _fnCalculateEnd: function () {} // Used by a lot of plug-ins, but redundant + // in 1.10, so this dead-end function is + // added to prevent errors }; $.extend( DataTable.ext.internal, this.internal );