From bc0488df268b0f1ec28918c1a994e44ff49f553a Mon Sep 17 00:00:00 2001 From: evazion Date: Thu, 12 Apr 2018 18:31:07 -0500 Subject: [PATCH] Fix #3631: Can no longer edit existing notes. --- app/assets/javascripts/notes.js | 1 - 1 file changed, 1 deletion(-) diff --git a/app/assets/javascripts/notes.js b/app/assets/javascripts/notes.js index a588f9e9f..c2fe10f4f 100644 --- a/app/assets/javascripts/notes.js +++ b/app/assets/javascripts/notes.js @@ -446,7 +446,6 @@ Danbooru.Note = { width: $note_box.width() / ratio, height: $note_box.height() / ratio, body: $note_body.data("original-body"), - post_id: Danbooru.meta("post-id") } }