1
0
mirror of https://github.com/haiwen/seahub.git synced 2025-09-17 07:41:26 +00:00

fixed recommend-to-group bug

This commit is contained in:
llj
2012-12-01 16:19:16 +08:00
parent f9cd63a912
commit e3176a1078

View File

@@ -27,7 +27,7 @@ $(document).click(function(e) {
$('#recommend-submit').click(function() {
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;
}
});