Skip to content

Commit

Permalink
8ab9e3841286f90654d29150a6f28c7b286f5eb1 Docs: Popover description wa…
Browse files Browse the repository at this point in the history
…s missing information about `fixed` positioning

Dev: Remove debug

Sync to source repo @8ab9e3841286f90654d29150a6f28c7b286f5eb1
  • Loading branch information
dtbuild committed Oct 11, 2024
1 parent 64cc80d commit fd958fe
Show file tree
Hide file tree
Showing 5 changed files with 3 additions and 7 deletions.
2 changes: 1 addition & 1 deletion datatables.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,5 +25,5 @@
],
"src-repo": "http://github.com/DataTables/Buttons",
"last-tag": "3.1.2",
"last-sync": "b10b3c5ba5e670f0283779d74ec532561eab1c6f"
"last-sync": "8ab9e3841286f90654d29150a6f28c7b286f5eb1"
}
2 changes: 0 additions & 2 deletions js/dataTables.buttons.js
Original file line number Diff line number Diff line change
Expand Up @@ -1385,8 +1385,6 @@ $.extend(Buttons.prototype, {
inOpts
);

console.log(inOpts, options);

var containerSelector =
options.tag + '.' + options.containerClassName.replace(/ /g, '.');
var hostNode = hostButton.node();
Expand Down
2 changes: 1 addition & 1 deletion js/dataTables.buttons.min.js

Large diffs are not rendered by default.

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

Large diffs are not rendered by default.

2 changes: 0 additions & 2 deletions js/dataTables.buttons.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -1345,8 +1345,6 @@ $.extend(Buttons.prototype, {
inOpts
);

console.log(inOpts, options);

var containerSelector =
options.tag + '.' + options.containerClassName.replace(/ /g, '.');
var hostNode = hostButton.node();
Expand Down

0 comments on commit fd958fe

Please sign in to comment.