fix #659 modify IMG_LOADING_DELAY

This commit is contained in:
Shinsuke Sugaya 2016-08-29 22:04:59 +09:00
parent 038a88cdf0
commit 6f6a7929e7

View file

@ -196,7 +196,7 @@ $(function() {
searchForm : $('#searchForm')
});
IMG_LOADING_DELAY = 5000;
IMG_LOADING_DELAY = 200;
IMG_LOADING_MAX = 5;
var loadImage = function(img, url, limit) {
var imgData = new Image();