mirror of
https://github.com/gitbucket/gitbucket.git
synced 2025-11-04 20:45:58 +01:00
Removed TODO and fixed indent.
This commit is contained in:
@@ -11,7 +11,6 @@ function validate(e){
|
||||
return true;
|
||||
}
|
||||
|
||||
// TODO use $.post() instead of $.getJSON
|
||||
$.post(form.attr('action') + '/validate', $(e.target).serialize(), function(data){
|
||||
// clear all error messages
|
||||
$('.error-message').text('');
|
||||
|
||||
Reference in New Issue
Block a user