site info => JSON
This commit is contained in:
parent
20c0ca7a9f
commit
1a31a25b36
@ -780,12 +780,13 @@ Template.main.events({
|
|||||||
var work = works[j];
|
var work = works[j];
|
||||||
events.push({
|
events.push({
|
||||||
"Subject": work.name,
|
"Subject": work.name,
|
||||||
"Start Date": work.dueDate.toLocaleDateString(),
|
"Start Date": work.realDate.toLocaleDateString(),
|
||||||
"Description": work.description,
|
"Description": work.description,
|
||||||
"All Day Event": True
|
"All Day Event": true
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
console.log(JSON.stringify(events));
|
||||||
},
|
},
|
||||||
'keydown input' (event) { // Enter to close input.
|
'keydown input' (event) { // Enter to close input.
|
||||||
var modifyingInput = Session.get("modifying");
|
var modifyingInput = Session.get("modifying");
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user