mirror of
https://github.com/go-gitea/gitea.git
synced 2024-12-04 14:46:57 -05:00
Fix global form submit event (#32652)
This commit is contained in:
parent
f49d82309b
commit
6e507c45ed
@ -122,6 +122,6 @@ async function linkAction(el: HTMLElement, e: Event) {
|
||||
}
|
||||
|
||||
export function initGlobalFetchAction() {
|
||||
addDelegatedEventListener(document, 'click', '.form-fetch-action', formFetchAction);
|
||||
addDelegatedEventListener(document, 'submit', '.form-fetch-action', formFetchAction);
|
||||
addDelegatedEventListener(document, 'click', '.link-action', linkAction);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user