Merge "Fix "jQuery.fn.submit() event shorthand is deprecated" warning"

This commit is contained in:
Zuul 2023-05-09 11:47:54 +00:00 committed by Gerrit Code Review
commit 72903daff9
1 changed files with 1 additions and 1 deletions

View File

@ -342,7 +342,7 @@ horizon.datatables.confirm = function(action) {
el.value = $action.attr('value');
$form
.append(el)
.submit();
.trigger('submit');
modal.modal('hide');
horizon.modals.modal_spinner(gettext("Working"));