From d1c8dad0bed7658bb6cde57deabe12bcbfd8f579 Mon Sep 17 00:00:00 2001 From: Steve Sutton Date: Thu, 7 Mar 2019 09:39:42 -0500 Subject: [PATCH] bump version --- js/app.js | 2 +- style.css | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/js/app.js b/js/app.js index 8d54533..cdee5da 100644 --- a/js/app.js +++ b/js/app.js @@ -363,7 +363,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 d7798a4..c62c760 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.40 +Version: 1.0.41 */ -- 2.17.1