From: Steve Sutton Date: Thu, 7 Mar 2019 14:39:42 +0000 (-0500) Subject: bump version X-Git-Tag: v1.0.41^2 X-Git-Url: http://cvs2.gaslightmedia.com/gitweb/index.cgi?a=commitdiff_plain;h=d1c8dad0bed7658bb6cde57deabe12bcbfd8f579;p=WP-Themes%2Fmackinawferry.git bump version --- 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 */