From 5a64f025f46e1f28902ec6e2e9e747b33b1a16fa Mon Sep 17 00:00:00 2001 From: Steve Sutton Date: Thu, 4 May 2017 08:47:27 -0400 Subject: [PATCH] updates for dash --- dash/app.js | 32 +++++++------------------------- index.html | 38 +++----------------------------------- 2 files changed, 10 insertions(+), 60 deletions(-) diff --git a/dash/app.js b/dash/app.js index e8a0f17..9017b87 100644 --- a/dash/app.js +++ b/dash/app.js @@ -13,14 +13,14 @@ $(document).ready(function(){ el: '#trailmapsList', collection: trailmapsTasks}); - // Harbor Point Golf Club - var hpgolfclubTasks = new Tasks([ + // Great Lakes Center For The Arts + var greatlakesTasks = new Tasks([ ]); - hpgolfclubTasks.url = prefixUrl + '/Dash/fetchTask.php'; - hpgolfclubTasks.fetch({cache: false, async:true, data: {pid: 4116, t: bTime}}); - var hpgolfclubList = new TaskListView({ - el: '#hpgolfclubList', - collection: hpgolfclubTasks}); + greatlakesTasks.url = prefixUrl + '/Dash/fetchTask.php'; + greatlakesTasks.fetch({cache: false, async:true, data: {pid: 4110, t: bTime}}); + var greatlakesList = new TaskListView({ + el: '#greatlakesList', + collection: greatlakesTasks}); // Charlevoix Library var chxlibraryTasks = new Tasks([ @@ -31,24 +31,6 @@ $(document).ready(function(){ el: '#chxlibraryList', collection: chxlibraryTasks}); - // Turkeyville - var turkeyvilleTasks = new Tasks([ - ]); - turkeyvilleTasks.url = prefixUrl + '/Dash/fetchTask.php'; - turkeyvilleTasks.fetch({cache: false, async:true, data: {pid: 4085, t: bTime}}); - var turkeyvilleList = new TaskListView({ - el: '#turkeyvilleList', - collection: turkeyvilleTasks}); - - // Brewbakers - var brewbakersTasks = new Tasks([ - ]); - brewbakersTasks.url = prefixUrl + '/Dash/fetchTask.php'; - brewbakersTasks.fetch({cache: false, async:true, data: {pid: 4089, t: bTime}}); - var brewbakersList = new TaskListView({ - el: '#brewbakersList', - collection: brewbakersTasks}); - // Starline var starlineTasks = new Tasks([ ]); diff --git a/index.html b/index.html index d847c52..6a664e4 100644 --- a/index.html +++ b/index.html @@ -37,41 +37,8 @@
-

Harbor Point Golf Club

- - - - - - - - - -
EmployeeStatusTask NameDeadline
-
- -
-

Turkeyville

- - - - - - - - - -
EmployeeStatusTask NameDeadline
-
- -
-
- -
-

Brewbaker's

- Great Lakes Center For The Arts +
@@ -100,6 +67,7 @@ +
-- 2.17.1