enable mentions for new forum topic
This commit is contained in:
@@ -37,7 +37,7 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
Danbooru.Autocomplete.initialize_mention_autocomplete = function() {
|
Danbooru.Autocomplete.initialize_mention_autocomplete = function() {
|
||||||
var $fields = $("#forum_post_body,.comment-form textarea");
|
var $fields = $("#forum_post_body,#forum_post_body_for_,.comment-form textarea");
|
||||||
$fields.autocomplete({
|
$fields.autocomplete({
|
||||||
delay: 500,
|
delay: 500,
|
||||||
minLength: 2,
|
minLength: 2,
|
||||||
|
|||||||
Reference in New Issue
Block a user