forked from 0x2620/oxjs
allow for current (ongoing) events
This commit is contained in:
parent
bd0f1e1ae3
commit
385aac008c
3 changed files with 15 additions and 1 deletions
|
|
@ -49,8 +49,9 @@ Ox.load('UI', {debug: true, hideScreen: true, showScreen: true, theme: 'modern'}
|
|||
|
||||
|
||||
{name: 'Julius Caesar', start: '-100-07-13', end: '-44-03-15', type: 'person'},
|
||||
{name: 'Jesus Christ', start: '-5', end: '33', type: 'person'},
|
||||
{name: 'Barbarossa', start: '1122', end: '1190-06-10', type: 'person'},
|
||||
{name: 'Genghis Khan', start: '1162', end: '1228', type: 'person'},
|
||||
{name: 'Genghis Khan', start: '1162-05-31', end: '1227-08-25', type: 'person'},
|
||||
{name: 'Marco Polo', start: '1254', end: '1324-01-08', type: 'person'},
|
||||
{name: 'Christopher Columbus', start: '1451-08-22', end: '1506-05-20', type: 'person'},
|
||||
{name: 'Leonardo da Vinci', start: '1452-04-15', end: '1519-05-02', type: 'person'},
|
||||
|
|
@ -208,6 +209,7 @@ Ox.load('UI', {debug: true, hideScreen: true, showScreen: true, theme: 'modern'}
|
|||
{name: 'George W. Bush Presidency', start: '2001-01-20', end: '2009-01-20', type: 'other'},
|
||||
{name: 'Carlo Giuliani', start: '2001-07-20', end: '2001-07-21', type: 'other'},
|
||||
{name: '9-11', start: '2001-09-11', end: '2001-09-12', type: 'other'},
|
||||
{name: 'Obama Presidency', start: '2009-01-20', end: '', type: 'other'},
|
||||
{name: 'Fukushima', start: '2011-03-11', end: '2011-03-12', type: 'other'}
|
||||
|
||||
],
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue