mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-12-26 16:48:49 +01:00
use form.submit() insted of form.<sendbutton>.click() which depends on the buttonname
Does not work if a button is named submit
This commit is contained in:
parent
e00a141c63
commit
797fd48aba
@ -55,7 +55,7 @@
|
||||
" if (field.value != 'null') {\n".
|
||||
" if (field.value.length == 0)\n".
|
||||
" field.value = '%';\n".
|
||||
" field.form.submit.click();\n".
|
||||
" field.form.submit();\n".
|
||||
" } else\n".
|
||||
" field.value = ''\n".
|
||||
" }\n".
|
||||
|
Loading…
Reference in New Issue
Block a user