branch | stable |
changeset 7517 | a05bad3aec2e |
parent 7258 | 2e7f0d6fa2d6 |
child 8185 | 864fc1f147a4 |
--- a/web/data/cubicweb.edition.js Wed Jun 15 19:15:55 2011 +0200 +++ b/web/data/cubicweb.edition.js Wed Jun 15 19:19:36 2011 +0200 @@ -583,6 +583,7 @@ * around the corresponding input fields. */ function validateForm(formid, action, onsuccess, onfailure) { + freezeFormButtons(formid); try { var zipped = cw.utils.formContents(formid); var args = ajaxFuncArgs('validate_form', null, action, zipped[0], zipped[1]);