Skip to content

Commit

Permalink
Merge pull request #2738 from ktn001/alpha
Browse files Browse the repository at this point in the history
Correction du pr #2734
  • Loading branch information
zoic21 committed Jul 10, 2024
2 parents 35b44f0 + e874899 commit fe26de5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/dom/dom.ui.js
Original file line number Diff line number Diff line change
Expand Up @@ -931,7 +931,7 @@ var jeeDialog = (function() {
}
}

for (var button of Object.entries(_params.defaultButtons)) {
for (var button of Object.entries(buttons)) {
var buttonEL = exports.addButton(button, dialogFooter)
if (buttonEL.getAttribute('data-type') === 'confirm') {
_container.addEventListener('keyup', function(event) {
Expand Down

0 comments on commit fe26de5

Please sign in to comment.