?>
<script> window.glm_memberdb_url = '<?php echo get_site_url() ?>/member-detail/'; </script>
<?php
- wp_enqueue_style('glm-leaflet-map-style', plugin_dir_url(__FILE__).'glm-map-style.css', '1.0.0',true);
- wp_enqueue_script('glm-leaflet-map', plugin_dir_url(__FILE__).'glm-map.js', array('jquery'), '1.0.0',true);
+ wp_enqueue_style('glm-leaflet-map-style', plugin_dir_url(__FILE__).'glm-map-style.css', '1.0.1',true);
+ wp_enqueue_script('glm-leaflet-map', plugin_dir_url(__FILE__).'glm-map.js', array('jquery'), '1.0.1',true);
}
}
add_action('wp_enqueue_scripts', 'glm_enqueue_leaflet');
\ No newline at end of file
id: 'nothot'
}).addTo(leafletMap);
- var style = "color: #525252;line-height: 1;display: block; width: 130px; font-weight: normal; font-family: 'Montserrat';font-size: 15px;";
+ var style = "color: #525252;line-height: 1;display: block; width: 130px; font-weight: bold; font-family: 'Montserrat';font-size: 15px;";
//////////////////////
var boyne = new L.marker([45.2125, -85.0173], {url: window.glm_memberdb_url});