bump version
authorSteve Sutton <steve@gaslightmedia.com>
Thu, 7 Mar 2019 14:39:42 +0000 (09:39 -0500)
committerSteve Sutton <steve@gaslightmedia.com>
Thu, 7 Mar 2019 14:39:42 +0000 (09:39 -0500)
js/app.js
style.css

index 8d54533..cdee5da 100644 (file)
--- 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";
     });
 });
 
index d7798a4..c62c760 100644 (file)
--- 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
 */