From: Steve Sutton Date: Thu, 19 Jan 2017 18:28:11 +0000 (-0500) Subject: Add event reg project X-Git-Url: http://cvs2.gaslightmedia.com/gitweb/index.cgi?a=commitdiff_plain;h=9efa92cb71c9f48b2e5316a075f438dcbd634271;p=prog%2FDash.git Add event reg project removing older projects --- diff --git a/dash/app.js b/dash/app.js index 0bef0b0..0eea81a 100644 --- a/dash/app.js +++ b/dash/app.js @@ -8,20 +8,11 @@ $(document).ready(function(){ var eventsTasks = new Tasks([ ]); eventsTasks.url = prefixUrl + '/Dash/fetchTask.php'; - eventsTasks.fetch({cache: false, async:true, data: {pid: 4020, t: bTime}}); + eventsTasks.fetch({cache: false, async:true, data: {pid: 4100, t: bTime}}); var eventsList = new TaskListView({ el: '#eventsList', collection: eventsTasks}); - // Coupons Plugin - var couponsTasks = new Tasks([ - ]); - couponsTasks.url = prefixUrl + '/Dash/fetchTask.php'; - couponsTasks.fetch({cache: false, async:true, data: {pid: 4075, t: bTime}}); - var couponsList = new TaskListView({ - el: '#couponsList', - collection: couponsTasks}); - // MemberDB Plugin var memberdbTasks = new Tasks([ ]); @@ -31,24 +22,6 @@ $(document).ready(function(){ el: '#memberdbList', collection: memberdbTasks}); - // Member Leads - var leadsTasks = new Tasks([ - ]); - leadsTasks.url = prefixUrl + '/Dash/fetchTask.php'; - leadsTasks.fetch({cache: false, async:true, data: {pid: 4047, t: bTime}}); - var leadsList = new TaskListView({ - el: '#leadsList', - collection: leadsTasks}); - - // 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}); - // UCMAN var ucmanTasks = new Tasks([ ]); @@ -58,15 +31,6 @@ $(document).ready(function(){ el: '#ucmanList', collection: ucmanTasks}); - // Original Butterfly House - var butterflyTasks = new Tasks([ - ]); - butterflyTasks.url = prefixUrl + '/Dash/fetchTask.php'; - butterflyTasks.fetch({cache: false, async:true, data: {pid: 4066, t: bTime}}); - var butterflyList = new TaskListView({ - el: '#butterflyList', - collection: butterflyTasks}); - // MAVB var MAVBTasks = new Tasks([ ]); diff --git a/index.html b/index.html index 284f728..0c14d6d 100644 --- a/index.html +++ b/index.html @@ -103,71 +103,6 @@ -
- -
-

Harbor Country

- - - - - - - - - -
EmployeeStatusTask NameDeadline
-
-
-

Original Butterflyhouse

- - - - - - - - - -
EmployeeStatusTask NameDeadline
-
- -
-
- -
-

Events Plugin

- - - - - - - - - -
EmployeeStatusTask NameDeadline
-
- -
-

Coupons Plugin

- - - - - - - - - -
EmployeeStatusTask NameDeadline
-
- -
@@ -186,8 +121,8 @@