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