From 55100730c11ce7a6461ed675d49374494e8a3ef8 Mon Sep 17 00:00:00 2001 From: Steve Sutton Date: Mon, 21 Nov 2016 08:27:47 -0500 Subject: [PATCH] Remove some projects Removing completed projects. Removing them from the app.js as well so they don't call for data. --- dash/app.js | 38 +------------------------------------- index.html | 35 ----------------------------------- 2 files changed, 1 insertion(+), 72 deletions(-) diff --git a/dash/app.js b/dash/app.js index a641f27..feb8081 100644 --- a/dash/app.js +++ b/dash/app.js @@ -40,24 +40,6 @@ $(document).ready(function(){ el: '#hoffmanList', collection: hoffmanTasks}); - // Explore Western Upgrades - var exploreTasks = new Tasks([ - ]); - exploreTasks.url = prefixUrl + '/Dash/fetchTask.php'; - exploreTasks.fetch({cache: false, async:true, data: {pid: 4048, t: bTime}}); - var exploreList = new TaskListView({ - el: '#exploreList', - collection: exploreTasks}); - - // Capstone Leadership - var capstoneTasks = new Tasks([ - ]); - capstoneTasks.url = prefixUrl + '/Dash/fetchTask.php'; - capstoneTasks.fetch({cache: false, async:true, data: {pid: 4037, t: bTime}}); - var capstoneList = new TaskListView({ - el: '#capstoneList', - collection: capstoneTasks}); - // Member Leads var leadsTasks = new Tasks([ ]); @@ -68,15 +50,6 @@ $(document).ready(function(){ collection: leadsTasks}); - // Petoskey Area - var petoskeyAreaTasks = new Tasks([ - ]); - petoskeyAreaTasks.url = prefixUrl + '/Dash/fetchTask.php'; - petoskeyAreaTasks.fetch({cache: false, async:true, data: {pid: 4049, t: bTime}}); - var petoskeyAreaList = new TaskListView({ - el: '#petoskeyAreaList', - collection: petoskeyAreaTasks}); - // Petoskey.com var petoskeyTasks = new Tasks([ ]); @@ -95,7 +68,7 @@ $(document).ready(function(){ el: '#harborcountryList', collection: harborcountryTasks}); - // Mackinac Bridge + // UCMAN var ucmanTasks = new Tasks([ ]); ucmanTasks.url = prefixUrl + '/Dash/fetchTask.php'; @@ -104,15 +77,6 @@ $(document).ready(function(){ el: '#ucmanList', collection: ucmanTasks}); - // KBW - var kbwTasks = new Tasks([ - ]); - kbwTasks.url = prefixUrl + '/Dash/fetchTask.php'; - kbwTasks.fetch({cache: false, async:true, data: {pid: 4062, t: bTime}}); - var kbwList = new TaskListView({ - el: '#kbwList', - collection: kbwTasks}); - // Original Butterfly House var butterflyTasks = new Tasks([ ]); diff --git a/index.html b/index.html index 81af423..7f02eb0 100644 --- a/index.html +++ b/index.html @@ -53,41 +53,6 @@ -
-

Capstone Leadership

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

Kalamazoo Beer Week

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