1
0
mirror of https://github.com/elisspace/AskAssist.git synced 2026-08-29 15:33:47 +00:00

fix click

This commit is contained in:
Jeremy Dixon
2021-01-22 19:14:08 -06:00
parent 13c24434bd
commit f9e0d11a3b

View File

@@ -163,6 +163,7 @@ function appendTool(html){
if(newQuestion()){
sendAlert();
};
refresh_btn.click();
}, state["watch-frequency"]*1000);
return timer;
});