potential fix for #1818

This commit is contained in:
r888888888
2013-07-05 19:55:33 -07:00
parent 364b256300
commit 054ec63634

View File

@@ -347,9 +347,10 @@
$image.height($image.data("original-height"));
$image.on("load", function() {
$image.css("opacity", "1");
})
$("#image-resize-notice").hide();
});
$("#image-resize-notice").html("Loading...");
Danbooru.Note.Box.scale_all();
$("#image-resize-notice").hide();
$image.data("scale_factor", 1);
e.preventDefault();
});