Removed TODO and fixed indent.

This commit is contained in:
takezoe
2013-04-15 16:53:25 +09:00
parent aa40822436
commit 7c52593152

View File

@@ -11,7 +11,6 @@ function validate(e){
return true; return true;
} }
// TODO use $.post() instead of $.getJSON
$.post(form.attr('action') + '/validate', $(e.target).serialize(), function(data){ $.post(form.attr('action') + '/validate', $(e.target).serialize(), function(data){
// clear all error messages // clear all error messages
$('.error-message').text(''); $('.error-message').text('');