update events
This commit is contained in:
parent
8e3ffc1fcb
commit
9854ce0b61
|
@ -34,16 +34,6 @@ var events = [
|
|||
"subject": "Check on Lunch w/ Brad",
|
||||
"notes": "Find out where to go"
|
||||
},
|
||||
{
|
||||
"date": "May 30, 2019 11:45:00",
|
||||
"subject": "Leave for Lunch",
|
||||
"notes": ""
|
||||
},
|
||||
{
|
||||
"date": "May 30, 2019 12:00:00",
|
||||
"subject": "Lunch w/ Brad",
|
||||
"notes": ""
|
||||
},
|
||||
{
|
||||
"date": "May 30, 2019 16:00:00",
|
||||
"subject": "Bus",
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
// meta
|
||||
var version = "0.10.010"
|
||||
var version = "0.10.012"
|
||||
var debug = false;
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue