diff --git a/app/assets/javascripts/notes.js b/app/assets/javascripts/notes.js index c55f1ef9f..53cfd309a 100644 --- a/app/assets/javascripts/notes.js +++ b/app/assets/javascripts/notes.js @@ -446,12 +446,12 @@ Danbooru.Note = { width: $note_box.width() / ratio, height: $note_box.height() / ratio, body: $note_body.data("original-body"), - post_id: Danbooru.meta("post-id") } } if ($note_box.data("id").match(/x/)) { hash.note.html_id = $note_box.data("id"); + hash.note.post_id = Danbooru.meta("post-id"); } return hash;