From eb8153042d73f3a05731600242b6df7f539d66d4 Mon Sep 17 00:00:00 2001 From: empathicqubit Date: Mon, 17 May 2021 13:42:43 -0400 Subject: [PATCH] Fix issue that caused favorites not to reload --- EmpathicQubit.ConsoleServer/static/index.js | 1 + 1 file changed, 1 insertion(+) diff --git a/EmpathicQubit.ConsoleServer/static/index.js b/EmpathicQubit.ConsoleServer/static/index.js index a3ab626..ad43f37 100644 --- a/EmpathicQubit.ConsoleServer/static/index.js +++ b/EmpathicQubit.ConsoleServer/static/index.js @@ -69,6 +69,7 @@ const reloadFavorites = async () => { } if (!different) { + setTimeout(reloadFavorites, UPDATE_INTERVAL) return; }