1
Fork 0

Wait for less frequently

This commit is contained in:
Jake Howard 2018-12-01 20:39:27 +00:00
parent 04c4e6f0bc
commit 2bc993ccc7
Signed by: jake
GPG key ID: 57AFB45680EDD477

View file

@ -9,7 +9,7 @@ function waitFor(obj, property, callback) {
clearInterval(intervalId);
callback();
}
}, 100);
}, 500);
}
$('.image').each(function() {