From 43036465afacf17e9ce0ab56271e8ba1fc841d0c Mon Sep 17 00:00:00 2001 From: Steve Sutton Date: Fri, 21 Apr 2017 15:56:46 -0400 Subject: [PATCH] add in Harbor Point Golf Club --- dash/app.js | 23 +++++++---------------- index.html | 4 ++-- 2 files changed, 9 insertions(+), 18 deletions(-) diff --git a/dash/app.js b/dash/app.js index fee886e..e8a0f17 100644 --- a/dash/app.js +++ b/dash/app.js @@ -13,14 +13,14 @@ $(document).ready(function(){ el: '#trailmapsList', collection: trailmapsTasks}); - // Crowford County - var crawfordTasks = new Tasks([ + // Harbor Point Golf Club + var hpgolfclubTasks = new Tasks([ ]); - crawfordTasks.url = prefixUrl + '/Dash/fetchTask.php'; - crawfordTasks.fetch({cache: false, async:true, data: {pid: 4082, t: bTime}}); - var crawfordList = new TaskListView({ - el: '#crawfordList', - collection: crawfordTasks}); + hpgolfclubTasks.url = prefixUrl + '/Dash/fetchTask.php'; + hpgolfclubTasks.fetch({cache: false, async:true, data: {pid: 4116, t: bTime}}); + var hpgolfclubList = new TaskListView({ + el: '#hpgolfclubList', + collection: hpgolfclubTasks}); // Charlevoix Library var chxlibraryTasks = new Tasks([ @@ -31,15 +31,6 @@ $(document).ready(function(){ el: '#chxlibraryList', collection: chxlibraryTasks}); - // Bibco - var bibcoTasks = new Tasks([ - ]); - bibcoTasks.url = prefixUrl + '/Dash/fetchTask.php'; - bibcoTasks.fetch({cache: false, async:true, data: {pid: 4079, t: bTime}}); - var bibcoList = new TaskListView({ - el: '#bibcoList', - collection: bibcoTasks}); - // Turkeyville var turkeyvilleTasks = new Tasks([ ]); diff --git a/index.html b/index.html index f9f22e7..14f0798 100644 --- a/index.html +++ b/index.html @@ -37,8 +37,8 @@