From 3386b17b1b07f354e050927ebda25ad35e1bd41f Mon Sep 17 00:00:00 2001 From: iBNu Maksum Date: Tue, 4 Feb 2025 13:51:43 +0700 Subject: [PATCH] fix maps marker --- ui/ui/admin/maps/routers.tpl | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/ui/ui/admin/maps/routers.tpl b/ui/ui/admin/maps/routers.tpl index 0b0a46a0..c2a7271f 100644 --- a/ui/ui/admin/maps/routers.tpl +++ b/ui/ui/admin/maps/routers.tpl @@ -51,9 +51,9 @@ console.log(coordinates.split(",")) // Create a popup for the marker var popupContent = "Name: " + name + "
" + - "Info: " + info + "
" - "More Info • " + - "Get Direction
"; + "Info: " + info + "
" + + "More Info • " + + "Get Direction
"; // Add marker to map if (router.enabled == 1) {