From 1abc5a525efeab6d41c398edff0490ad39b11555 Mon Sep 17 00:00:00 2001 From: Steve Sutton Date: Fri, 1 Apr 2016 08:00:51 -0400 Subject: [PATCH] add think dunes to list --- dash/app.js | 12 ++++++------ index.html | 16 ++++++++++++++++ 2 files changed, 22 insertions(+), 6 deletions(-) diff --git a/dash/app.js b/dash/app.js index 02c5753..fcf3003 100644 --- a/dash/app.js +++ b/dash/app.js @@ -50,13 +50,13 @@ $(document).ready(function(){ collection: gaslightTasks}); // Starline - var starlineTasks = new Tasks([ + var thinkdunesTasks = new Tasks([ ]); - starlineTasks.url = prefixUrl + '/Dash/fetchTask.php'; - starlineTasks.fetch({cache: false, async:true, data: {pid: 3727, t: bTime}}); - var starlineList = new TaskListView({ - el: '#starlineList', - collection: starlineTasks}); + thinkdunesTasks.url = prefixUrl + '/Dash/fetchTask.php'; + thinkdunesTasks.fetch({cache: false, async:true, data: {pid: 3727, t: bTime}}); + var thinkdunesList = new TaskListView({ + el: '#thinkdunesList', + collection: thinkdunesTasks}); // Events Plugin var eventsTasks = new Tasks([ diff --git a/index.html b/index.html index c67ebf9..d32705a 100644 --- a/index.html +++ b/index.html @@ -134,6 +134,22 @@ +
+
+

Think Dunes

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