diff --git a/app/assets/javascripts/posts.js b/app/assets/javascripts/posts.js index d9d118228..b84b15d43 100644 --- a/app/assets/javascripts/posts.js +++ b/app/assets/javascripts/posts.js @@ -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(); });