From 579fca3c197f8b3f2fcbb3dc05b2b7b666815e9c Mon Sep 17 00:00:00 2001
From: 0d0acre <0d0acre@esiliati.org>
Date: Sat, 21 Sep 2024 01:11:50 +0200
Subject: [PATCH] Format and fix date
---
public/index.html | 8 +++--
public/js/dayjs/dayjs.min.js | 1 +
public/js/map.js | 39 +++++++++++-----------
public/js/mapInit.js | 3 +-
public/js/markerHandler.js | 65 ++++++++++++++++++++++--------------
server/dbHandler.js | 13 ++++----
6 files changed, 74 insertions(+), 55 deletions(-)
create mode 100644 public/js/dayjs/dayjs.min.js
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();
}
});
+ */
});
-
-
+
+
+
+