partial fix for #1558

This commit is contained in:
Toks
2013-05-29 13:31:50 -04:00
parent 27b55acc2a
commit 8c44ba5520

View File

@@ -203,6 +203,7 @@ Danbooru.Note = {
},
resize: function($note_body) {
$note_body.css("min-width", "");
var w = $note_body.width();
var h = $note_body.height();
var golden_ratio = 1.6180339887;