From: Steve Sutton Date: Fri, 1 Apr 2016 11:56:48 +0000 (-0400) Subject: update dash X-Git-Url: http://cvs2.gaslightmedia.com/gitweb/index.cgi?a=commitdiff_plain;h=7a75787e946362da162152ac216640fb2448599c;p=prog%2FDash.git update dash --- diff --git a/dash/app.js b/dash/app.js index 3b50a36..02c5753 100644 --- a/dash/app.js +++ b/dash/app.js @@ -58,14 +58,14 @@ $(document).ready(function(){ el: '#starlineList', collection: starlineTasks}); - // Little Field - var littleFieldTasks = new Tasks([ + // Events Plugin + var eventsTasks = new Tasks([ ]); - littleFieldTasks.url = prefixUrl + '/Dash/fetchTask.php'; - littleFieldTasks.fetch({cache: false, async:true, data: {pid: 3951, t: bTime}}); - var littleFieldList = new TaskListView({ - el: '#littleFieldList', - collection: littleFieldTasks}); + eventsTasks.url = prefixUrl + '/Dash/fetchTask.php'; + eventsTasks.fetch({cache: false, async:true, data: {pid: 4020, t: bTime}}); + var eventsList = new TaskListView({ + el: '#eventsList', + collection: eventsTasks}); // The Mole Hole Online var moleholeTasks = new Tasks([ diff --git a/index.html b/index.html index beeb392..c67ebf9 100644 --- a/index.html +++ b/index.html @@ -69,20 +69,8 @@
-
-

Great Lakes Shipwreck

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

Gaslight Media

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

Michigan Scientific

- Gaslight Media +
@@ -146,8 +119,8 @@
-

The Mole Hole Online

- Events Plugin +
@@ -161,10 +134,11 @@ +
-

Starline

-
Michigan Scientific +
@@ -177,8 +151,8 @@