Revert "disable resize code (#1558)"

This reverts commit c50dc53042.
This commit is contained in:
Toks
2013-05-25 16:49:52 -04:00
parent c50dc53042
commit d6fae9aa94

View File

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