From: Steve Sutton Date: Fri, 1 Apr 2016 12:03:06 +0000 (-0400) Subject: add thinkdunes X-Git-Url: http://cvs2.gaslightmedia.com/gitweb/?a=commitdiff_plain;h=59335726d4c3eda5bb0b17303adcee575a2f3b4d;p=prog%2FDash.git add thinkdunes --- diff --git a/dash/app.js b/dash/app.js index fcf3003..e2b8fec 100644 --- a/dash/app.js +++ b/dash/app.js @@ -53,7 +53,7 @@ $(document).ready(function(){ var thinkdunesTasks = new Tasks([ ]); thinkdunesTasks.url = prefixUrl + '/Dash/fetchTask.php'; - thinkdunesTasks.fetch({cache: false, async:true, data: {pid: 3727, t: bTime}}); + thinkdunesTasks.fetch({cache: false, async:true, data: {pid: 3988, t: bTime}}); var thinkdunesList = new TaskListView({ el: '#thinkdunesList', collection: thinkdunesTasks}); diff --git a/index.html b/index.html index d32705a..ad1fc3b 100644 --- a/index.html +++ b/index.html @@ -137,7 +137,7 @@