From 2bc993ccc7144752177322df4319a42123cf3d2b Mon Sep 17 00:00:00 2001 From: Jake Howard Date: Sat, 1 Dec 2018 20:39:27 +0000 Subject: [PATCH] Wait for less frequently --- static/src/js/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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() {