From dcfd4defd635b829d855c7636f2210d6f37e32ed Mon Sep 17 00:00:00 2001 From: Steve Sutton Date: Thu, 3 Mar 2016 11:42:04 -0500 Subject: [PATCH] Add Pellston Airport project --- dash/app.js | 9 +++++++++ index.html | 21 +++++++++++++++++---- 2 files changed, 26 insertions(+), 4 deletions(-) diff --git a/dash/app.js b/dash/app.js index a5c5518..3b50a36 100644 --- a/dash/app.js +++ b/dash/app.js @@ -103,5 +103,14 @@ $(document).ready(function(){ el: '#emmetList', collection: emmetTasks}); + // Pellston Airport + var pellstonTasks = new Tasks([ + ]); + pellstonTasks.url = prefixUrl + '/Dash/fetchTask.php'; + pellstonTasks.fetch({cache: false, async:true, data: {pid: 3901, t: bTime}}); + var pellstonList = new TaskListView({ + el: '#pellstonList', + collection: pellstonTasks}); + }); diff --git a/index.html b/index.html index 3eccff9..beeb392 100644 --- a/index.html +++ b/index.html @@ -84,8 +84,8 @@
-

Sault Ste Marie

- Pellston Airport +
@@ -96,8 +96,7 @@
-
- +
@@ -208,6 +207,20 @@
+
+

Sault Ste Marie

+ + + + + + + + + +
EmployeeStatusTask NameDeadline
+
-- 2.17.1