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; });