Commit 794f6105 authored by Christophe Dumez's avatar Christophe Dumez

removed confirm popup when commit from diff

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@6935 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 514ba220
......@@ -71,10 +71,7 @@
return \'\'\'<script>\n
\n
function doCommit(form){\n
if(confirm(\'Are you sure you want to commit?\')){\n
//Commit Files\n
submitAction(form,\'%s/BusinessTemplate_doSvnCommit\');\n
}\n
}\n
\n
function goBack(){\n
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment