From e4ce7912ff3ee05889f50482db9644e82febfce6 Mon Sep 17 00:00:00 2001 From: marszayn Date: Mon, 28 Jul 2025 13:11:29 +0700 Subject: [PATCH] initial commit --- Views/Home/Index.cshtml | 4 ++-- Views/Shared/Components/_ModalSPJ.cshtml | 0 Views/Shared/Components/_StatusBar.cshtml | 26 ----------------------- 3 files changed, 2 insertions(+), 28 deletions(-) delete mode 100644 Views/Shared/Components/_ModalSPJ.cshtml delete mode 100644 Views/Shared/Components/_StatusBar.cshtml diff --git a/Views/Home/Index.cshtml b/Views/Home/Index.cshtml index 4544dac..a611fe5 100644 --- a/Views/Home/Index.cshtml +++ b/Views/Home/Index.cshtml @@ -149,7 +149,7 @@ document.addEventListener("DOMContentLoaded", function () { } } - // Ambil dari localStorage jika ada + // Ambil dari localStorage kalo ada const savedAddress = localStorage.getItem("user_address"); if (savedAddress) { userLocationEl.textContent = savedAddress; @@ -157,7 +157,7 @@ document.addEventListener("DOMContentLoaded", function () { getLocationUpdate(); // Pertama kali ambil lokasi } - // ✅ Klik untuk update lokasi + // Update Lokasi cuy userLocationEl.addEventListener("click", function () { getLocationUpdate(); }); diff --git a/Views/Shared/Components/_ModalSPJ.cshtml b/Views/Shared/Components/_ModalSPJ.cshtml deleted file mode 100644 index e69de29..0000000 diff --git a/Views/Shared/Components/_StatusBar.cshtml b/Views/Shared/Components/_StatusBar.cshtml deleted file mode 100644 index 19e8f8f..0000000 --- a/Views/Shared/Components/_StatusBar.cshtml +++ /dev/null @@ -1,26 +0,0 @@ - -
-
- 13:33 -
- - - - - - -
-
-
- 4G -
-
-
-
-
-
-
-
-
-
-
\ No newline at end of file