remove extraneous links from post/show

This commit is contained in:
r888888888
2017-09-18 15:00:39 -07:00
parent 49109de1c5
commit ffb212c616
2 changed files with 3 additions and 11 deletions

View File

@@ -179,12 +179,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);