From: Rob H. <for...@us...> - 2003-01-05 21:37:55
|
Update of /cvsroot/sandweb/sandweb/templates In directory sc8-pr-cvs1:/tmp/cvs-serv13586 Modified Files: submitform.js Log Message: uncommenting submit subroutine, just not calling it from doSubmit Index: submitform.js =================================================================== RCS file: /cvsroot/sandweb/sandweb/templates/submitform.js,v retrieving revision 1.3 retrieving revision 1.4 diff -U2 -r1.3 -r1.4 --- submitform.js 5 Jan 2003 21:33:37 -0000 1.3 +++ submitform.js 5 Jan 2003 21:37:52 -0000 1.4 @@ -1,4 +1,4 @@ function submitForm(clicked) { - //document.repository.submit(); + document.repository.submit(); } @@ -9,7 +9,7 @@ } - if (submitOk) { - submitForm(clicked); - } +// if (submitOk) { +// submitForm(clicked); +// } } |