Skip to content

Commit

Permalink
Revert "Make buttons in a modal form have proper type. (#25446) (#25478
Browse files Browse the repository at this point in the history
…)" (#25484)

There is a side effect because some modal doesn't have a proper "ok"
button.

This reverts commit 050c38c.
  • Loading branch information
wxiaoguang authored Jun 24, 2023
1 parent 2cd9d6b commit d1f1f11
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions web_src/js/features/common-global.js
Original file line number Diff line number Diff line change
Expand Up @@ -345,8 +345,6 @@ export function initGlobalButtons() {
if (colorPickers.length > 0) {
initCompColorPicker();
}
// all non-"ok" buttons which do not have "type" should not submit the form, should not be triggered by "Enter"
$($(this).attr('data-modal')).find('form button:not(.ok):not([type])').attr('type', 'button');
});

$('.delete-post.button').on('click', function (e) {
Expand Down

0 comments on commit d1f1f11

Please sign in to comment.