From 692e199ac4a82bf183d59b78efc54f850bd55730 Mon Sep 17 00:00:00 2001 From: Jeremy Dixon Date: Fri, 22 Jan 2021 19:16:31 -0600 Subject: [PATCH] click --- script_foreground.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/script_foreground.js b/script_foreground.js index f05cc3d..035341f 100644 --- a/script_foreground.js +++ b/script_foreground.js @@ -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(); };