From 8c0b312d7ac84dc227fcb99b2562ca4b0fdb77f0 Mon Sep 17 00:00:00 2001 From: Steve Sutton Date: Tue, 20 Sep 2016 16:12:14 -0400 Subject: [PATCH] Update the dash adding harborcountry remove petoskeyarea (gone live) --- dash/app.js | 11 ++++++++++- index.html | 34 ++++++++++++++++++---------------- 2 files changed, 28 insertions(+), 17 deletions(-) diff --git a/dash/app.js b/dash/app.js index f784b63..7cdf651 100644 --- a/dash/app.js +++ b/dash/app.js @@ -77,7 +77,7 @@ $(document).ready(function(){ el: '#petoskeyAreaList', collection: petoskeyAreaTasks}); - // Member Leads + // Petoskey.com var petoskeyTasks = new Tasks([ ]); petoskeyTasks.url = prefixUrl + '/Dash/fetchTask.php'; @@ -85,4 +85,13 @@ $(document).ready(function(){ var petoskeyList = new TaskListView({ el: '#petoskeyList', collection: petoskeyTasks}); + + // Harbor Country + var harborcountryTasks = new Tasks([ + ]); + harborcountryTasks.url = prefixUrl + '/Dash/fetchTask.php'; + harborcountryTasks.fetch({cache: false, async:true, data: {pid: 4038, t: bTime}}); + var harborcountryList = new TaskListView({ + el: '#harborcountryList', + collection: harborcountryTasks}); }); diff --git a/index.html b/index.html index 997d8f9..f1bd173 100644 --- a/index.html +++ b/index.html @@ -39,8 +39,8 @@
-

Petoskey Area

- Harbor Country +
@@ -54,8 +54,8 @@
Capstone Leadership +
@@ -68,12 +68,16 @@
+
+ + +
-

Capstone Leadership

- GLM Associate +
@@ -85,11 +89,9 @@
- -
-

GLM Associate

- Events Plugin +
@@ -136,9 +138,11 @@
+ +
Member Leads +
@@ -150,10 +154,9 @@
-
-

Member Leads

- Petoskey.com +
@@ -166,7 +169,6 @@
-
-- 2.17.1