mirror of
https://github.com/haiwen/seahub.git
synced 2025-09-17 15:53:28 +00:00
fixed recommend-to-group bug
This commit is contained in:
@@ -27,7 +27,7 @@ $(document).click(function(e) {
|
|||||||
|
|
||||||
$('#recommend-submit').click(function() {
|
$('#recommend-submit').click(function() {
|
||||||
if (!$.trim($('#recommend-to-group-form [name="message"]').val())) {
|
if (!$.trim($('#recommend-to-group-form [name="message"]').val())) {
|
||||||
apply_form_error('recommend-form', '{% trans "Please input recommend message." %}');
|
apply_form_error('recommend-to-group-form', '{% trans "Please input recommend message." %}');
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
|
Reference in New Issue
Block a user