From 00b893c33bf18a1147193163379649783704e1f5 Mon Sep 17 00:00:00 2001 From: Steve Sutton Date: Tue, 23 May 2017 08:28:41 -0400 Subject: [PATCH] Update Dash Adding GACVB PHSCAF CS Lewis Festival --- dash/app.js | 45 +++++++++++++++++++++++++++------------------ index.html | 20 +++++++++++--------- 2 files changed, 38 insertions(+), 27 deletions(-) diff --git a/dash/app.js b/dash/app.js index 9017b87..a74af56 100644 --- a/dash/app.js +++ b/dash/app.js @@ -13,15 +13,6 @@ $(document).ready(function(){ el: '#trailmapsList', collection: trailmapsTasks}); - // Great Lakes Center For The Arts - var greatlakesTasks = new Tasks([ - ]); - greatlakesTasks.url = prefixUrl + '/Dash/fetchTask.php'; - greatlakesTasks.fetch({cache: false, async:true, data: {pid: 4110, t: bTime}}); - var greatlakesList = new TaskListView({ - el: '#greatlakesList', - collection: greatlakesTasks}); - // Charlevoix Library var chxlibraryTasks = new Tasks([ ]); @@ -31,15 +22,6 @@ $(document).ready(function(){ el: '#chxlibraryList', collection: chxlibraryTasks}); - // Starline - var starlineTasks = new Tasks([ - ]); - starlineTasks.url = prefixUrl + '/Dash/fetchTask.php'; - starlineTasks.fetch({cache: false, async:true, data: {pid: 4105, t: bTime}}); - var starlineList = new TaskListView({ - el: '#starlineList', - collection: starlineTasks}); - // Event Calender var eventcTasks = new Tasks([ ]); @@ -67,4 +49,31 @@ $(document).ready(function(){ el: '#memberdbList', collection: memberdbTasks}); + // GACVB + var gacvbTasks = new Tasks([ + ]); + gacvbTasks.url = prefixUrl + '/Dash/fetchTask.php'; + gacvbTasks.fetch({cache: false, async:true, data: {pid: 4090, t: bTime}}); + var gacvbList = new TaskListView({ + el: '#gacvbList', + collection: gacvbTasks}); + + // PHSACF + var phsacfTasks = new Tasks([ + ]); + phsacfTasks.url = prefixUrl + '/Dash/fetchTask.php'; + phsacfTasks.fetch({cache: false, async:true, data: {pid: 4109, t: bTime}}); + var phsacfList = new TaskListView({ + el: '#phsacfList', + collection: phsacfTasks}); + + // CS LEWIS + var cslewisTasks = new Tasks([ + ]); + cslewisTasks.url = prefixUrl + '/Dash/fetchTask.php'; + cslewisTasks.fetch({cache: false, async:true, data: {pid: 4106, t: bTime}}); + var cslewisList = new TaskListView({ + el: '#cslewisList', + collection: cslewisTasks}); + }); diff --git a/index.html b/index.html index 6a664e4..28d3b93 100644 --- a/index.html +++ b/index.html @@ -37,8 +37,8 @@
-

Great Lakes Center For The Arts

- Michigan Trail Maps +
@@ -52,8 +52,8 @@
PHSACF +
@@ -65,14 +65,14 @@
-
+
-

Charlevoix Library

- CS Lewis Festival +
@@ -86,8 +86,8 @@
-

Starline

-
Gaylord Michigan +
@@ -100,6 +100,8 @@
+ +
-- 2.17.1