Merge branch 'master' of github.com:r888888888/danbooru

This commit is contained in:
r888888888
2017-09-23 13:15:05 -07:00
7 changed files with 35 additions and 41 deletions

View File

@@ -217,12 +217,6 @@
}
Danbooru.Post.initialize_links = function() {
$("#side-edit-link").click(function(e) {
$("#post-edit-link").trigger("click");
$("#post_tag_string").trigger("focus");
e.preventDefault();
});
$("#copy-notes").click(function(e) {
var current_post_id = $("meta[name=post-id]").attr("content");
var other_post_id = parseInt(prompt("Enter the ID of the post to copy all notes to:"), 10);