Commit eb93e2e7 authored by Rafal's avatar Rafal

repair timeline

parent c1c707d3
...@@ -272,8 +272,8 @@ ...@@ -272,8 +272,8 @@
// Create a DataSet (allows two way data-binding) // Create a DataSet (allows two way data-binding)
var items = new vis.DataSet([ var items = new vis.DataSet([
{id: 1, content: 'Przyjazd do Finlandii', start: '2016-01-06'}, {id: 1, content: 'Przyjazd do Finlandii', start: '2016-01-07'},
{id: 2, content: 'Wyjazd na egzamin', start: '2016-01-26', end: '2016-02-04'}, {id: 2, content: 'Wyjazd na egzamin', start: '2016-01-25', end: '2016-02-05'},
]); ]);
// Configuration for the Timeline // Configuration for the Timeline
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment