From cb92dc91b9c6d4611cc6e355c583873b095417a5 Mon Sep 17 00:00:00 2001 From: Steve Sutton Date: Tue, 2 Aug 2016 15:09:57 -0400 Subject: [PATCH] Updates for pid for camppetosega had wrong pid for this project --- dash/app.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dash/app.js b/dash/app.js index 0bfaabf..5a554b7 100644 --- a/dash/app.js +++ b/dash/app.js @@ -53,7 +53,7 @@ $(document).ready(function(){ var campTasks = new Tasks([ ]); campTasks.url = prefixUrl + '/Dash/fetchTask.php'; - campTasks.fetch({cache: false, async:true, data: {pid: 4048, t: bTime}}); + campTasks.fetch({cache: false, async:true, data: {pid: 3903, t: bTime}}); var campList = new TaskListView({ el: '#campList', collection: campTasks}); -- 2.17.1