fixes #1265
This commit is contained in:
@@ -82,7 +82,7 @@
|
||||
var $post = $("#post_" + post_id);
|
||||
$("#quick-edit-div").slideDown("fast");
|
||||
$("#quick-edit-form").attr("action", "/posts/" + post_id + ".json");
|
||||
$("#post_tag_string").val($post.data("tags")).focus();
|
||||
$("#post_tag_string").val($post.data("tags") + " ").focus();
|
||||
}
|
||||
|
||||
Danbooru.PostModeMenu.click = function(e) {
|
||||
|
||||
Reference in New Issue
Block a user