diff --git a/app/assets/javascripts/notes.js b/app/assets/javascripts/notes.js index 0272d10a3..3b4115560 100644 --- a/app/assets/javascripts/notes.js +++ b/app/assets/javascripts/notes.js @@ -258,8 +258,7 @@ Danbooru.Note = { $dialog.append($textarea); $dialog.data("id", $note_body.data("id")); $dialog.dialog({ - modal: true, - width: 300, + width: 350, dialogClass: "note-edit-dialog", title: "Edit note", buttons: { @@ -274,7 +273,7 @@ Danbooru.Note = { $(".note-box").resizable("enable"); $(".note-box").draggable("enable"); }); - Danbooru.Note.editing = true; + // Danbooru.Note.editing = true; }, parameterize_note: function($note_box, $note_body) { diff --git a/app/views/posts/revert.js.erb b/app/views/posts/revert.js.erb new file mode 100644 index 000000000..e69de29bb