From f94190bd7861a2dc68f3f9dc42e603071126b861 Mon Sep 17 00:00:00 2001 From: Steve Sutton Date: Tue, 19 Apr 2016 11:40:06 -0400 Subject: [PATCH] Update Dash move think dunes up removing: emmet, SSM, camppetosega --- dash/app.js | 38 +------------------------------------- index.html | 53 ++++------------------------------------------------- 2 files changed, 5 insertions(+), 86 deletions(-) diff --git a/dash/app.js b/dash/app.js index e2b8fec..57c8ad8 100644 --- a/dash/app.js +++ b/dash/app.js @@ -4,15 +4,6 @@ $(document).ready(function(){ var bDate = new Date(); var bTime = bDate.getTime(); - // Camp Petosega - var camppetosegaTasks = new Tasks([ - ]); - camppetosegaTasks.url = prefixUrl + '/Dash/fetchTask.php'; - camppetosegaTasks.fetch({cache: false, async:true, data: {pid: 3903, t: bTime}}); - var camppetosegaList = new TaskListView({ - el: '#camppetosegaList', - collection: camppetosegaTasks}); - // Jolly Lama var jollylamaTasks = new Tasks([ ]); @@ -22,15 +13,6 @@ $(document).ready(function(){ el: '#jollylamaList', collection: jollylamaTasks}); - // Shipwreck - var shipwreckTasks = new Tasks([ - ]); - shipwreckTasks.url = prefixUrl + '/Dash/fetchTask.php'; - shipwreckTasks.fetch({cache: false, async:true, data: {pid: 3882, t: bTime}}); - var shipwreckList = new TaskListView({ - el: '#shipwreckList', - collection: shipwreckTasks}); - // MI Sci var misciTasks = new Tasks([ ]); @@ -49,7 +31,7 @@ $(document).ready(function(){ el: '#gaslightList', collection: gaslightTasks}); - // Starline + // Think Dunes var thinkdunesTasks = new Tasks([ ]); thinkdunesTasks.url = prefixUrl + '/Dash/fetchTask.php'; @@ -76,15 +58,6 @@ $(document).ready(function(){ el: '#moleholeList', collection: moleholeTasks}); - // Sault Ste Marie - var ssmTasks = new Tasks([ - ]); - ssmTasks.url = prefixUrl + '/Dash/fetchTask.php'; - ssmTasks.fetch({cache: false, async:true, data: {pid: 3977, t: bTime}}); - var ssmList = new TaskListView({ - el: '#ssmList', - collection: ssmTasks}); - // Discover Kalamazoo var discoverTasks = new Tasks([ ]); @@ -94,15 +67,6 @@ $(document).ready(function(){ el: '#discoverList', collection: discoverTasks}); - // Emmet Government - var emmetTasks = new Tasks([ - ]); - emmetTasks.url = prefixUrl + '/Dash/fetchTask.php'; - emmetTasks.fetch({cache: false, async:true, data: {pid: 3878, t: bTime}}); - var emmetList = new TaskListView({ - el: '#emmetList', - collection: emmetTasks}); - // Pellston Airport var pellstonTasks = new Tasks([ ]); diff --git a/index.html b/index.html index ad1fc3b..80140f7 100644 --- a/index.html +++ b/index.html @@ -52,9 +52,10 @@ +
-

Camp Petosega

- Think Dunes +
@@ -66,6 +67,7 @@
+
@@ -134,23 +136,6 @@
-
-
-

Think Dunes

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

Michigan Scientific

@@ -183,36 +168,6 @@
-
-
-

Emmet - Gov't

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

Sault Ste Marie

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