Skip to content

Commit

Permalink
dc0695eee40478a40aa4c3481704d3d718b65b87 Fix: -event i18n was bubbl…
Browse files Browse the repository at this point in the history
…ing if used with an Ajax file, but not otherwise

a9c0b34b645e18588d74e76c7bc0fd8f1d826129 Merge branch 'master' of github.com:DataTables/DataTablesSrc

Sync to source repo @a9c0b34b645e18588d74e76c7bc0fd8f1d826129
  • Loading branch information
dtbuild committed Sep 5, 2024
1 parent 4b0c6e0 commit a9818fc
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion datatables.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,5 @@
],
"src-repo": "http://github.com/DataTables/DataTablesSrc",
"last-tag": "2.1.5",
"last-sync": "369001c7868ab47693b85bc0a42df1de18711c59"
"last-sync": "a9c0b34b645e18588d74e76c7bc0fd8f1d826129"
}
2 changes: 1 addition & 1 deletion js/dataTables.js
Original file line number Diff line number Diff line change
Expand Up @@ -478,7 +478,7 @@
} );
}
else {
_fnCallbackFire( oSettings, null, 'i18n', [oSettings]);
_fnCallbackFire( oSettings, null, 'i18n', [oSettings], true);
_fnInitialise( oSettings );
}
} );
Expand Down
2 changes: 1 addition & 1 deletion js/dataTables.min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion js/dataTables.min.mjs

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion js/dataTables.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -425,7 +425,7 @@ var DataTable = function ( selector, options )
} );
}
else {
_fnCallbackFire( oSettings, null, 'i18n', [oSettings]);
_fnCallbackFire( oSettings, null, 'i18n', [oSettings], true);
_fnInitialise( oSettings );
}
} );
Expand Down

0 comments on commit a9818fc

Please sign in to comment.