projects
/
prog
/
Dash.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
fe63c59
)
Updates for pid for camppetosega
author
Steve Sutton
<steve@gaslightmedia.com>
Tue, 2 Aug 2016 19:09:57 +0000
(15:09 -0400)
committer
Steve Sutton
<steve@gaslightmedia.com>
Tue, 2 Aug 2016 19:09:57 +0000
(15:09 -0400)
had wrong pid for this project
dash/app.js
patch
|
blob
|
history
diff --git
a/dash/app.js
b/dash/app.js
index
0bfaabf
..
5a554b7
100644
(file)
--- 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});