diff --git a/popup.html b/popup.html index 9ad7fcd..6beb807 100644 --- a/popup.html +++ b/popup.html @@ -24,7 +24,6 @@

List of quizs available:

  • 10- Valencia
  • - \ No newline at end of file diff --git a/popup.js b/popup.js index d5eeeda..1618f12 100644 --- a/popup.js +++ b/popup.js @@ -1,17 +1,4 @@ -document.addEventListener("DOMContentLoaded",()=>{ - - const startButtonPopup = document.getElementById("startButtonPopup"); - - startButtonPopup.addEventListener('click',() => { - // if(!confirm("W101 Trivia Maker is going to start completing quizs for you. Are you signed up?")) return; - - // chrome.runtime.sendMessage({action:"goToQuiz0"}); - - chrome.runtime.sendMessage({action: "answerQuiz"}); - - }) - - +document.addEventListener("DOMContentLoaded",()=>{ })