Commit 563f6e1c authored by Rafal's avatar Rafal

's'

parent 627e26d0
......@@ -274,9 +274,10 @@ $("body").css("overflow", "hidden");
// Create a DataSet (allows two way data-binding)
var items = new vis.DataSet([
{id: 1, content: 'Przyjazd do Finlandii', start: '2016-01-07'},
{id: 2, content: 'Wyjazd na egzamin', start: '2016-01-25', end: '2016-02-05'},
{id: 2, content: 'Wyjazd na egzamin', start: '2016-01-24', end: '2016-02-05'},
{id: 3, content: 'Marcin', start: '2016-02-11', end: '2016-02-15'},
{id: 4, content: 'Anka i Tomek', start: '2016-02-11', end: '2016-02-15'},
{id: 5, content: 'Paula i Justyna', start: '2016-02-6', end: '2016-02-9'},
]);
// 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