BUG 7906 solved JavaScript function submitForm() working.

This commit is contained in:
Alvaro Campos
2011-10-25 18:35:35 -04:00
parent f65f966ef7
commit c115107677

View File

@@ -1116,7 +1116,7 @@ function setFocusById (id) {
}
function submitForm () {
document.webform.submit();
document.forms[0].submit();
return;
}