From 5aa16fc589bd1b7793e35f19a27bb868b5fea3a4 Mon Sep 17 00:00:00 2001 From: gocivici Date: Thu, 29 Sep 2022 20:57:17 +0300 Subject: [PATCH] added analytics --- index.html | 4 ++-- main.js | 5 +++-- style.css | 2 +- 3 files changed, 6 insertions(+), 5 deletions(-) diff --git a/index.html b/index.html index c02294a..5ce70f8 100644 --- a/index.html +++ b/index.html @@ -4,13 +4,13 @@ - + - + diff --git a/main.js b/main.js index 418212d..a943011 100644 --- a/main.js +++ b/main.js @@ -251,7 +251,7 @@ window.onload = deathOftheDay(); document.getElementsByClassName("resultContainer")[0].style.display="flex"; localStorage.setItem('result', textResult); document.getElementById("feedback").style.display = "block"; - document.getElementById("feedback").innerHTML = "Next movie revealed at midnight! šŸ•›
"; + document.getElementById("feedback").innerHTML = "Next movie at midnight! šŸ•›
"; document.getElementById("resultText").innerHTML = textResult; document.getElementById("resultText").style.display="block"; document.getElementById("countDown").style.display = "block"; @@ -289,7 +289,8 @@ console.log("day count:" + dayCount); document.getElementById("movieName").innerHTML = movieOfTheDay[0] + " āœ…"; localStorage.setItem('movieName', movieOfTheDay[0] + " āœ…") - document.getElementById("bonusQuestion").innerHTML = "ā­BONUS ROUNDā­
Can you guess the survivor?"; + // document.getElementById("bonusQuestion").innerHTML = "ā­BONUS ROUNDā­
Can you guess which image contains the survivor?"; + document.getElementById("bonusQuestion").innerHTML = "ā­BONUS ROUNDā­
choose the image with the survivor"; document.getElementById("submitBonusGuess").style.display = "inline"; document.getElementById("skipBonusGuess").style.display = "inline"; textResult = textResult + "šŸŸ©"; diff --git a/style.css b/style.css index 5afa126..e6740bc 100644 --- a/style.css +++ b/style.css @@ -308,7 +308,7 @@ h3 { border-radius: 5px; width: 30%; position: relative; - transition: all 5s ease-in-out; + /* transition: all 1s ease-in-out; */ /* overflow: auto; */ } .popup i{