removing county tag from the county name in description box for top 5 things to do
authorAnthony Talarico <talarico@gaslightmedia.com>
Wed, 20 Mar 2019 19:37:38 +0000 (15:37 -0400)
committerAnthony Talarico <talarico@gaslightmedia.com>
Wed, 20 Mar 2019 19:37:38 +0000 (15:37 -0400)
views/front/map/display.html

index 97d0abc..2f15461 100644 (file)
                                 }).appendTo(countyMapTopList)
                             });
                             countyDescription.html('');
-                            countyDescription.append($("<div class='county-description-title'>"+ county + " County" + "</div>"));
+                            countyDescription.append($("<div class='county-description-title'>"+ county +"</div>"));
                             countyDescription.append(countyMapTopList);
                         },
                         mouseout: function(e){