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; });