From d07219e092f774939a2c67cb316cba4a688533a1 Mon Sep 17 00:00:00 2001 From: Toks Date: Fri, 17 May 2013 12:03:32 -0400 Subject: [PATCH] fixes #1628, disable resizing textarea apart from the dialog --- app/assets/javascripts/notes.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/app/assets/javascripts/notes.js b/app/assets/javascripts/notes.js index 7551879d2..1d626cc4b 100644 --- a/app/assets/javascripts/notes.js +++ b/app/assets/javascripts/notes.js @@ -297,7 +297,8 @@ Danbooru.Note = { $textarea = $(''); $textarea.css({ width: "97%", - height: "95%" + height: "95%", + resize: "none", }); if ($note_body.html() !== "Click to edit") {