From: Steve Sutton Date: Thu, 6 Oct 2016 14:57:29 +0000 (-0400) Subject: Add new project X-Git-Url: http://cvs2.gaslightmedia.com/gitweb/?a=commitdiff_plain;h=61505d188d10f17c3c0ecbb6dbad9dad791c70f4;p=prog%2FDash.git Add new project Adding MackinacBridge project --- diff --git a/dash/app.js b/dash/app.js index 7cdf651..092cc7c 100644 --- a/dash/app.js +++ b/dash/app.js @@ -94,4 +94,14 @@ $(document).ready(function(){ var harborcountryList = new TaskListView({ el: '#harborcountryList', collection: harborcountryTasks}); + + // Mackinac Bridge + var mackinacbridgeTasks = new Tasks([ + ]); + mackinacbridgeTasks.url = prefixUrl + '/Dash/fetchTask.php'; + mackinacbridgeTasks.fetch({cache: false, async:true, data: {pid: 4060, t: bTime}}); + var mackinacbridgeList = new TaskListView({ + el: '#mackinacbridgeList', + collection: mackinacbridgeTasks}); + }); diff --git a/index.html b/index.html index f1bd173..801bec5 100644 --- a/index.html +++ b/index.html @@ -73,6 +73,20 @@
+
+

Mackinac Bridge

+ + + + + + + + + +
EmployeeStatusTask NameDeadline
+
@@ -89,6 +103,12 @@
+ + +
+ +
+ + + +
+
+ -
-
- -

Member Leads

@@ -154,6 +172,11 @@
+ + +
+
+

Petoskey.com

- - - -