adding the term counties to the regions events search map
authorAnthony Talarico <talarico@gaslightmedia.com>
Wed, 24 Apr 2019 16:38:49 +0000 (12:38 -0400)
committerAnthony Talarico <talarico@gaslightmedia.com>
Wed, 24 Apr 2019 16:38:49 +0000 (12:38 -0400)
js/app.js
js/custom/eventsSearch.js

index c6c3e00..105cb51 100644 (file)
--- a/js/app.js
+++ b/js/app.js
@@ -40,7 +40,7 @@ var g=a(f(this.selector(c),a("<div></div>").html(c.attr("title")).html())),h=thi
         $(".up-map-region").hover(
             function(){
                 var regionName = $(this).data("region");
-                regionTitle.html("<div>"+regionName+"</div>");
+                regionTitle.html("<div>"+regionName+" Counties</div>");
                 $.each(Regions[$(this).data("region")], function(i, val){
                    $("<li>"+ val + "</li>").appendTo(countiesList);
                 });
index 001338e..eebc6bc 100644 (file)
@@ -17,7 +17,7 @@ jQuery(function($){
         $(".up-map-region").hover(
             function(){
                 var regionName = $(this).data("region");
-                regionTitle.html("<div>"+regionName+"</div>");
+                regionTitle.html("<div>"+regionName+" Counties</div>");
                 $.each(Regions[$(this).data("region")], function(i, val){
                    $("<li>"+ val + "</li>").appendTo(countiesList);
                 });