BUG 7906 solved JavaScript function submitForm() working.
This commit is contained in:
@@ -1116,7 +1116,7 @@ function setFocusById (id) {
|
||||
}
|
||||
|
||||
function submitForm () {
|
||||
document.webform.submit();
|
||||
document.forms[0].submit();
|
||||
return;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user