mirror of
https://github.com/Combodo/iTop.git
synced 2026-04-19 08:38:45 +02:00
Fixed Trac #348: no validation needed when pressing "Restart".
SVN:trunk[1052]
This commit is contained in:
@@ -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();
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user