From 8c768354d415533057d331ec81546be4bffaff8a Mon Sep 17 00:00:00 2001 From: Steve Sutton Date: Thu, 7 Mar 2019 09:37:19 -0500 Subject: [PATCH] Updating script for the drop down nav They changed the page name again. --- functions.php | 2 +- js/custom/pageSetup.js | 2 +- style.css | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/functions.php b/functions.php index fa1cb64..2bc0bcb 100644 --- a/functions.php +++ b/functions.php @@ -87,7 +87,7 @@ function glm_site_scripts() 'glm_foundation', get_template_directory_uri() . '/js/app.js', 'jquery', - '1.0.1', + '1.0.2', true ); wp_enqueue_style('jquery-style', '//ajax.googleapis.com/ajax/libs/jqueryui/1.8.2/themes/smoothness/jquery-ui.css'); diff --git a/js/custom/pageSetup.js b/js/custom/pageSetup.js index f9cc8ee..10f454d 100644 --- a/js/custom/pageSetup.js +++ b/js/custom/pageSetup.js @@ -352,7 +352,7 @@ $(document).ready(function () { // redirect any clicks on the list items to the appropriate page $('.newdd-sched-option').on('click', function() { - location.href = "https://www.mackinacferry.com/summer-schedules/?dockId=" + $(this).attr('value') + "&scheduleId=" + $(this).parent().attr('id').slice(-1) + "#edit-divy"; + location.href = "https://www.mackinacferry.com/schedules/?dockId=" + $(this).attr('value') + "&scheduleId=" + $(this).parent().attr('id').slice(-1) + "#edit-divy"; }); }); diff --git a/style.css b/style.css index bd73146..d7798a4 100644 --- a/style.css +++ b/style.css @@ -3,5 +3,5 @@ Theme Name: StarLine Author: Gaslight Media Author URI: http://www.gaslightmedia.com Description: A theme for Star Line -Version: 1.0.38 +Version: 1.0.40 */ -- 2.17.1