making font weight for map labels bold develop
authorAnthony Talarico <talarico@gaslightmedia.com>
Wed, 23 Oct 2019 14:07:58 +0000 (10:07 -0400)
committerAnthony Talarico <talarico@gaslightmedia.com>
Wed, 23 Oct 2019 14:07:58 +0000 (10:07 -0400)
glm-leaflet-theme.php
glm-map.js

index d9401a2..9a8508a 100644 (file)
@@ -37,8 +37,8 @@ function glm_enqueue_leaflet(){
         ?>
         <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
index 7504723..4af04a7 100644 (file)
@@ -33,7 +33,7 @@ jQuery(function($){
             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});