From 5c721ea27306d5a9af2c774f90d7702528befd31 Mon Sep 17 00:00:00 2001 From: Jochen Sengier Date: Wed, 16 Oct 2019 10:33:08 +0200 Subject: [PATCH 1/2] Update external resource URL --- src/views/javascript.blade.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/views/javascript.blade.php b/src/views/javascript.blade.php index c6fbf67..f32b215 100644 --- a/src/views/javascript.blade.php +++ b/src/views/javascript.blade.php @@ -26,7 +26,7 @@ function initialize_method() { @if ($options['cluster']) - + @endif From 519d9c07a34d6d236009c9161a5c3c1c2731f1d6 Mon Sep 17 00:00:00 2001 From: Jochen Sengier Date: Wed, 16 Oct 2019 10:33:50 +0200 Subject: [PATCH 2/2] Update external resource URL --- src/config/config.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/config/config.php b/src/config/config.php index a752436..5d35f5a 100644 --- a/src/config/config.php +++ b/src/config/config.php @@ -245,7 +245,7 @@ | Display custom images for clusters using icon path. (Link to an image path) | */ - 'icon' => '//googlemaps.github.io/js-marker-clusterer/images/m', + 'icon' => '//googlearchive.github.io/js-marker-clusterer/images/m', /* |--------------------------------------------------------------------------