diff --git a/modules/mod_imcmap/assets/js/script.js b/modules/mod_imcmap/assets/js/script.js index 03c6d56..32e3bd2 100644 --- a/modules/mod_imcmap/assets/js/script.js +++ b/modules/mod_imcmap/assets/js/script.js @@ -86,7 +86,7 @@ function setMarkers(center, map) { resetBounds(map, imc_markers); if(clusterer){ mc = new MarkerClusterer(map, imc_markers, { - imagePath: 'https://rawgit.com/googlemaps/js-marker-clusterer/gh-pages/images/m' + imagePath: 'https://cdn.rawgit.com/googlemaps/js-marker-clusterer/gh-pages/images/m' }); } }, @@ -214,4 +214,4 @@ function panelFocus(id) { function panelFocusReset() { jQuery("[id^=imc-panel-]").removeClass('imc-not-focus'); jQuery("[id^=imc-panel-]").removeClass('imc-focus'); -} \ No newline at end of file +}