fixing the delta county name on the events image hover info box
authorAnthony Talarico <talarico@gaslightmedia.com>
Tue, 21 May 2019 18:30:37 +0000 (14:30 -0400)
committerAnthony Talarico <talarico@gaslightmedia.com>
Tue, 21 May 2019 18:30:37 +0000 (14:30 -0400)
js/app.js
js/custom/eventsSearch.js
parts/header-meta.php
style.css

index 072de28..a4e1053 100644 (file)
--- a/js/app.js
+++ b/js/app.js
@@ -34,7 +34,7 @@ var g=a(f(this.selector(c),a("<div></div>").html(c.attr("title")).html())),h=thi
     var countiesList = $(".up-region-counties-list");
     var Regions = {
         Eastern:    [ 'Chippewa', 'Luce','Mackinac'] ,
-        Central:    ['Alger','Deleta', 'Dickinson', 'Marquette','Menominee', 'Schoolcraft']   ,
+        Central:    ['Alger','Delta', 'Dickinson', 'Marquette','Menominee', 'Schoolcraft']   ,
         Western:    ['Baraga', 'Gogebic','Houghton', 'Iron', 'Keweenaw', 'Ontonagon']
     }
         $(".up-map-region").hover(
index eebc6bc..8f00c0f 100644 (file)
@@ -11,7 +11,7 @@ jQuery(function($){
     var countiesList = $(".up-region-counties-list");
     var Regions = {
         Eastern:    [ 'Chippewa', 'Luce','Mackinac'] ,
-        Central:    ['Alger','Deleta', 'Dickinson', 'Marquette','Menominee', 'Schoolcraft']   ,
+        Central:    ['Alger','Delta', 'Dickinson', 'Marquette','Menominee', 'Schoolcraft']   ,
         Western:    ['Baraga', 'Gogebic','Houghton', 'Iron', 'Keweenaw', 'Ontonagon']
     }
         $(".up-map-region").hover(
index 83e2843..ec325a3 100644 (file)
@@ -3,7 +3,7 @@
     <meta name="viewport" content="width=device-width, initial-scale=1.0" />
     <title><?php wp_title(); ?></title>
     <link rel="stylesheet" href="<?php echo get_stylesheet_directory_uri() ; ?>/css/animate.min.css">
-    <link rel="stylesheet" href="<?php echo get_stylesheet_directory_uri() ; ?>/css/app.css?v=1.0.1.0">
+    <link rel="stylesheet" href="<?php echo get_stylesheet_directory_uri() ; ?>/css/app.css?v=1.0.2">
     <link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.5.0/css/all.css" integrity="sha384-B4dIYHKNBt8Bc12p+WXckhzcICo0wtJAoU8YZTY5qE0Id1GSseTk6S+L3BlXeVIU" crossorigin="anonymous">
     <link rel="shortcut icon" href="<?php echo get_stylesheet_directory_uri() ; ?>/assets/favicon.ico">
     <link href='https://fonts.googleapis.com/css?family=Lato:400,400italic,700|Josefin+Sans|Lato' rel='stylesheet' type='text/css'>
index f6dbbda..0a95ebe 100644 (file)
--- a/style.css
+++ b/style.css
@@ -3,5 +3,5 @@ Theme Name: UPTravel 2018
 Author: Gaslight Media
 Author URI: http://www.gaslightmedia.com
 Description: A theme for UP Travel
-Version: 1.0.1
+Version: 1.0.2
 */