From 07bae3d32b822f7812199eea9c118e9f27089cb7 Mon Sep 17 00:00:00 2001 From: Gustavo Luigi <=> Date: Tue, 6 Jun 2023 08:38:28 -0300 Subject: [PATCH] . --- content/index.blade.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/content/index.blade.php b/content/index.blade.php index b1dc8e5..3640233 100644 --- a/content/index.blade.php +++ b/content/index.blade.php @@ -147,8 +147,8 @@ let openInfoWindow = null; currentItems = currentItems.filter(function(item){ - console.log(item.location); - return item.location != undefined; + console.log(item.location, item[locationField] != undefined); + return item[locationField] != undefined; }); currentItems = currentItems.map(function (item) {