diff --git a/assets/static/unsee.js b/assets/static/unsee.js index e71410300..71f670abb 100644 --- a/assets/static/unsee.js +++ b/assets/static/unsee.js @@ -123,6 +123,8 @@ function resume() { if (timer !== false) { clearInterval(timer); } + /* eslint-disable no-use-before-define */ + // FIXME circular dependency resume -> triggerReload -> resume -> ... timer = setTimeout(triggerReload, getRefreshRate() * 1000); }