Skip to content

Commit

Permalink
Update teller.js
Browse files Browse the repository at this point in the history
  • Loading branch information
dfralan authored Jul 22, 2023
1 parent a3144ab commit 6a1c7c0
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions teller.js
Original file line number Diff line number Diff line change
Expand Up @@ -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];
Expand Down Expand Up @@ -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);
Expand Down

0 comments on commit 6a1c7c0

Please sign in to comment.