From 50c37c407a7b9ede8f7d565af6f21d90a0b41498 Mon Sep 17 00:00:00 2001 From: Web-Cam <32422075+Web-Cam@users.noreply.github.com> Date: Tue, 1 Oct 2019 18:16:56 -0400 Subject: [PATCH] Update Index.html --- Website/Index.html | 11 +++-------- 1 file changed, 3 insertions(+), 8 deletions(-) diff --git a/Website/Index.html b/Website/Index.html index 044a146..c561f43 100644 --- a/Website/Index.html +++ b/Website/Index.html @@ -10,6 +10,7 @@

Project Management project See how many spots below!

+

Hacktober Submission!

@@ -27,20 +28,16 @@
Fake Spot 3: ${data.Dummy3} `; + var space1 = data.Space1; var dummy1 = data.Dummy1; var dummy2 = data.Dummy2; var dummy3 = data.Dummy3; $(".mypanel").html(text); - var values = [space1,dummy1,dummy2,dummy3]; - - - - - + var math = `There are currently ` @@ -50,8 +47,6 @@ });} window.setInterval($.fn.myFunction,3000); - - //End of sensor script