This commit is contained in:
Toks
2015-05-20 17:34:00 -04:00
parent 55f60e4568
commit ff83e0a7a8

View File

@@ -42,7 +42,7 @@ Danbooru.Note = {
});
$note_box.resizable({
containment: $("#image"),
handles: "se",
handles: "se, nw",
stop: function(e, ui) {
var $image = $("#image");
var ratio = $image.width() / parseFloat($image.data("original-width"));