From 77488d05e2c4f8a571e3fd60886ab26ae53e5b22 Mon Sep 17 00:00:00 2001 From: juniper712 Date: Mon, 8 Aug 2022 18:42:13 -0700 Subject: [PATCH 1/6] Update index.html --- index.html | 20 +++++++++++++++++--- 1 file changed, 17 insertions(+), 3 deletions(-) diff --git a/index.html b/index.html index d78a52c..d63eb6a 100644 --- a/index.html +++ b/index.html @@ -4,7 +4,15 @@ @@ -12,8 +20,14 @@ -
+ + value ="Enter Search Term Here"> + + + + Go!
- \ No newline at end of file + From e22609a56e2f092f0d2edd82d1644be6f691555e Mon Sep 17 00:00:00 2001 From: juniper712 Date: Mon, 8 Aug 2022 18:45:49 -0700 Subject: [PATCH 2/6] Update index.html --- index.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/index.html b/index.html index d63eb6a..c31f00e 100644 --- a/index.html +++ b/index.html @@ -8,8 +8,8 @@ console.log("FUNCTION setSearchEngine() IS RUNNING!"); window.addEventListener("load", function(){ let form = document.getElementById('searchForm') - form.addEventListener('submit', setSearchEngine()); - + form.addEventListener('submit', setSearchEngine); + } From c7129aacce3dadf8e051dd102139b6af344e4c58 Mon Sep 17 00:00:00 2001 From: juniper712 Date: Mon, 8 Aug 2022 18:49:49 -0700 Subject: [PATCH 3/6] Update index.html --- index.html | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/index.html b/index.html index c31f00e..8cbf8ab 100644 --- a/index.html +++ b/index.html @@ -4,8 +4,11 @@