diff --git a/static/src/js/index.js b/static/src/js/index.js index d0f209d..475445e 100644 --- a/static/src/js/index.js +++ b/static/src/js/index.js @@ -9,7 +9,7 @@ function waitFor(obj, property, callback) { clearInterval(intervalId); callback(); } - }, 100); + }, 500); } $('.image').each(function() {