fix extra start() call in api test

This commit is contained in:
vitalets 2012-12-10 15:22:32 +04:00
parent 40668c1e27
commit 7270692c31

@ -279,9 +279,6 @@ $(function () {
},
error: function(errors) {
equal(errors.text1, 'server-invalid', 'server validation error ok');
e.remove();
e1.remove();
start();
},
ajaxOptions: {
type: 'PUT',