fixes #1628, disable resizing textarea apart from the dialog

This commit is contained in:
Toks
2013-05-17 12:03:32 -04:00
parent 93debfa663
commit d07219e092

View File

@@ -297,7 +297,8 @@ Danbooru.Note = {
$textarea = $('<textarea></textarea>');
$textarea.css({
width: "97%",
height: "95%"
height: "95%",
resize: "none",
});
if ($note_body.html() !== "<em>Click to edit</em>") {