1
0
mirror of https://github.com/elisspace/AskAssist.git synced 2026-08-29 15:33:47 +00:00
This commit is contained in:
Jeremy Dixon
2021-01-22 19:16:31 -06:00
parent f9e0d11a3b
commit 692e199ac4

View File

@@ -159,7 +159,7 @@ function appendTool(html){
waitBrach.style.display = "none";
watchBrach.style.display = "inline";
timer = setInterval(function(){
var refresh_btn = document.querySelector('[data-qa-action-id="refresh-queue"]');
let refresh_btn = document.querySelector('[data-qa-action-id="refresh-queue"]');
if(newQuestion()){
sendAlert();
};