From 41e1c6dcfada546e699593760fc707a19484bca7 Mon Sep 17 00:00:00 2001 From: Gustavo Luigi <=> Date: Tue, 6 Jun 2023 08:36:47 -0300 Subject: [PATCH] . --- content/index.blade.php | 1 + 1 file changed, 1 insertion(+) diff --git a/content/index.blade.php b/content/index.blade.php index d18cb6a..b1dc8e5 100644 --- a/content/index.blade.php +++ b/content/index.blade.php @@ -147,6 +147,7 @@ let openInfoWindow = null; currentItems = currentItems.filter(function(item){ + console.log(item.location); return item.location != undefined; });