From: Steve Sutton Date: Tue, 20 Sep 2016 20:12:14 +0000 (-0400) Subject: Update the dash X-Git-Url: http://cvs2.gaslightmedia.com/gitweb/?a=commitdiff_plain;h=8c0b312d7ac84dc227fcb99b2562ca4b0fdb77f0;p=prog%2FDash.git Update the dash adding harborcountry remove petoskeyarea (gone live) --- 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 @@
-