fix #764 set IMG_LOADING_MAX to 0
This commit is contained in:
parent
91a575a30f
commit
615a8298ee
1 changed files with 1 additions and 1 deletions
|
@ -197,7 +197,7 @@ $(function() {
|
|||
});
|
||||
|
||||
IMG_LOADING_DELAY = 200;
|
||||
IMG_LOADING_MAX = 5;
|
||||
IMG_LOADING_MAX = 0;
|
||||
var loadImage = function(img, url, limit) {
|
||||
var imgData = new Image();
|
||||
$(imgData).on("load", function() {
|
||||
|
|
Loading…
Add table
Reference in a new issue