fix @mention autocomplete in comments

This commit is contained in:
Fabio Comuni 2012-03-03 00:12:45 +01:00
parent ae79de3039
commit 3339428987
1 changed files with 1 additions and 1 deletions

View File

@ -292,7 +292,7 @@
$('body').css('cursor', 'auto');
}
/* autocomplete @nicknames */
$(".comment-edit-wrapper textarea").contact_autocomplete(baseurl+"/acl");
$(".comment-edit-form textarea").contact_autocomplete(baseurl+"/acl");
});
}