From 6a1c7c0ab6c04ffab95b9d098708fdda9d9856c5 Mon Sep 17 00:00:00 2001 From: dfralan <80047722+dfralan@users.noreply.github.com> Date: Sat, 22 Jul 2023 02:03:06 -0300 Subject: [PATCH] Update teller.js --- teller.js | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/teller.js b/teller.js index 42f87f8..3135e64 100644 --- a/teller.js +++ b/teller.js @@ -1876,8 +1876,8 @@ function kiujdgrsghsss(){ tellerTag.innerHTML = styleSheetTeller + tellerBrick; //Get form entries for feedback query function urlFeedbackConstructor(){ - ffu = tellerTag.getAttribute("formUrl") - ss = ffu.match("https(.*)/viewform"); + let ffu = tellerTag.getAttribute("formUrl") + var ss = ffu.match("https(.*)/viewform"); var formEntries = ffu.match(/entry.([0-9]+)/g); entryA = formEntries[0]; entryB = formEntries[1]; @@ -2008,8 +2008,7 @@ function kiujdgrsghsss(){ if (appearAfter() == "never"){return} else{ setTimeout(function(){ - x = interacted; - if(!x){ + if(!interacted){ userCallToActionMessage() notificationInMainButton.style.display="block"; setTimeout(function(){ notificationInMainButton.style.opacity = "1"; },1);