mirror of
https://github.com/gitbucket/gitbucket.git
synced 2025-11-05 04:56:02 +01:00
Removed TODO and fixed indent.
This commit is contained in:
@@ -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('');
|
||||||
|
|||||||
Reference in New Issue
Block a user