js: disable buttons after click when using "in place submit" (#9826)

This commit is contained in:
Frédéric Péters 2016-02-01 19:57:45 +01:00
parent d74c5b553a
commit 97f5fb7c23
1 changed files with 1 additions and 0 deletions

View File

@ -146,6 +146,7 @@
$form.find('button').click();
return false;
}
$('.ui-dialog-buttonpane button').button('disable');
$.ajax({
type: 'POST',
url: action_url,