disable resize code (#1558)

This commit is contained in:
Toks
2013-05-25 16:46:52 -04:00
parent dd715b7c03
commit c50dc53042

View File

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