From f9e0d11a3b47972edab1d33963513ed92a40e8fa Mon Sep 17 00:00:00 2001 From: Jeremy Dixon Date: Fri, 22 Jan 2021 19:14:08 -0600 Subject: [PATCH] fix click --- script_foreground.js | 1 + 1 file changed, 1 insertion(+) diff --git a/script_foreground.js b/script_foreground.js index 957f387..f05cc3d 100644 --- a/script_foreground.js +++ b/script_foreground.js @@ -163,6 +163,7 @@ function appendTool(html){ if(newQuestion()){ sendAlert(); }; + refresh_btn.click(); }, state["watch-frequency"]*1000); return timer; });