From 059658efabf8b08e2bc625e0ec1d5108c23d1a57 Mon Sep 17 00:00:00 2001 From: Anthony Talarico Date: Mon, 14 Nov 2016 16:41:03 -0500 Subject: [PATCH] changing the wine-img class to region-thumb to avoid conflicts --- regions-map.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/regions-map.php b/regions-map.php index c124b6f..a2f4be2 100644 --- a/regions-map.php +++ b/regions-map.php @@ -28,7 +28,7 @@ -
+
post_title;?>
post_content; ?>
@@ -71,7 +71,7 @@ $main_regions_blocks = fetch_all_glm_blocks(468); regions_map_content = page.find( jQuery('.region-content')), regions_map_image_container = page.find( jQuery('.region-image')), regions_map_title = page.find( jQuery('.region-title')), - regions_map_image = page.find( jQuery('.region-img')); + regions_map_image = page.find( jQuery('.region-thumb')); jQuery( "[id^='text-']" ).css("color", "white"); jQuery.each(regions, function(index, value){ -- 2.17.1