Commit 627e26d0 authored by Rafal's avatar Rafal

's'

parent 1895fcec
...@@ -275,8 +275,8 @@ $("body").css("overflow", "hidden"); ...@@ -275,8 +275,8 @@ $("body").css("overflow", "hidden");
var items = new vis.DataSet([ var items = new vis.DataSet([
{id: 1, content: 'Przyjazd do Finlandii', start: '2016-01-07'}, {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-25', end: '2016-02-05'},
{id: 3, content: 'Marcin', start: '2016-02-12', end: '2016-02-15'}, {id: 3, content: 'Marcin', start: '2016-02-11', end: '2016-02-15'},
{id: 4, content: 'Anka i Tomek', start: '2016-02-12', end: '2016-02-15'}, {id: 4, content: 'Anka i Tomek', start: '2016-02-11', end: '2016-02-15'},
]); ]);
// 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