From: Anthony Talarico Date: Wed, 20 Mar 2019 19:37:38 +0000 (-0400) Subject: removing county tag from the county name in description box for top 5 things to do X-Git-Tag: v1.0.0^2~6 X-Git-Url: http://cvs2.gaslightmedia.com/gitweb/index.cgi?a=commitdiff_plain;h=8c185e2a88b2d3105e7ea4bc6d278cb7c3edd8fe;p=WP-Plugins%2Fglm-member-db-county-map.git removing county tag from the county name in description box for top 5 things to do --- diff --git a/views/front/map/display.html b/views/front/map/display.html index 97d0abc..2f15461 100644 --- a/views/front/map/display.html +++ b/views/front/map/display.html @@ -244,7 +244,7 @@ }).appendTo(countyMapTopList) }); countyDescription.html(''); - countyDescription.append($("
"+ county + " County" + "
")); + countyDescription.append($("
"+ county +"
")); countyDescription.append(countyMapTopList); }, mouseout: function(e){