Wait for less frequently
This commit is contained in:
parent
04c4e6f0bc
commit
2bc993ccc7
1 changed files with 1 additions and 1 deletions
|
@ -9,7 +9,7 @@ function waitFor(obj, property, callback) {
|
||||||
clearInterval(intervalId);
|
clearInterval(intervalId);
|
||||||
callback();
|
callback();
|
||||||
}
|
}
|
||||||
}, 100);
|
}, 500);
|
||||||
}
|
}
|
||||||
|
|
||||||
$('.image').each(function() {
|
$('.image').each(function() {
|
||||||
|
|
Loading…
Reference in a new issue