From c5b60e45b154915a908ba0496d7ed52e995ec14b Mon Sep 17 00:00:00 2001 From: Steve Sutton Date: Thu, 3 Nov 2016 08:58:49 -0400 Subject: [PATCH] add butterfly house --- dash/app.js | 10 ++++++++++ index.html | 20 +++++++++++++++++--- 2 files changed, 27 insertions(+), 3 deletions(-) diff --git a/dash/app.js b/dash/app.js index 2e36977..a641f27 100644 --- a/dash/app.js +++ b/dash/app.js @@ -112,4 +112,14 @@ $(document).ready(function(){ var kbwList = new TaskListView({ el: '#kbwList', collection: kbwTasks}); + + // Original Butterfly House + var butterflyTasks = new Tasks([ + ]); + butterflyTasks.url = prefixUrl + '/Dash/fetchTask.php'; + butterflyTasks.fetch({cache: false, async:true, data: {pid: 4066, t: bTime}}); + var butterflyList = new TaskListView({ + el: '#butterflyList', + collection: butterflyTasks}); + }); diff --git a/index.html b/index.html index 01766e4..81af423 100644 --- a/index.html +++ b/index.html @@ -108,8 +108,8 @@
-

GLM Associate

- Original Butterflyhouse +
@@ -121,6 +121,7 @@
+

Events Plugin

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

Member Leads

-- 2.17.1