diff --git a/public/index.html b/public/index.html
index 733fa61..8f9b1f4 100644
--- a/public/index.html
+++ b/public/index.html
@@ -98,6 +98,7 @@
setTimeout(closePopup, 13000);
window.addEventListener('load', () => {
+ /*
// Add a click event listener to the button
const gpsButton = document.getElementById("gps-button");
gpsButton.addEventListener("click", function () {
@@ -107,9 +108,12 @@
lc.start();
}
});
+ */
});
-
-
+
+
+
+