From: Steve Sutton Date: Tue, 2 Aug 2016 19:09:57 +0000 (-0400) Subject: Updates for pid for camppetosega X-Git-Url: http://cvs2.gaslightmedia.com/gitweb/index.cgi?a=commitdiff_plain;h=cb92dc91b9c6d4611cc6e355c583873b095417a5;p=prog%2FDash.git Updates for pid for camppetosega had wrong pid for this project --- 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});