Fixed Trac #348: no validation needed when pressing "Restart".

SVN:trunk[1052]
This commit is contained in:
Denis Flaven
2011-01-18 09:00:26 +00:00
parent a4883076f8
commit bc78b19ba7

View File

@@ -927,6 +927,7 @@ EOF
function CSVRestart()
{
$('input[name=step]').val(1);
$('#wizForm').removeAttr('onsubmit'); // No need to perform validation checks when going back
$('#wizForm').submit();
}