From c198bcd17b9fa24322876f3b6407f107d964c531 Mon Sep 17 00:00:00 2001 From: jos Date: Tue, 21 Oct 2014 12:11:48 +0200 Subject: [PATCH] Cleaned up example 29 --- examples/timeline/29_hiding_times.html | 14 ++------------ 1 file changed, 2 insertions(+), 12 deletions(-) diff --git a/examples/timeline/29_hiding_times.html b/examples/timeline/29_hiding_times.html index 624bc05f..161bf39d 100644 --- a/examples/timeline/29_hiding_times.html +++ b/examples/timeline/29_hiding_times.html @@ -30,20 +30,10 @@ // Configuration for the Timeline var options = { -// hiddenDates: { -// specific:[ -// {start: '2014-03-21 00:00:00', end: '2014-03-28 00:00:00'}, -// {start: '2014-03-05 00:00:00', end: '2014-03-10 00:00:00'} -// ], -// periodic: { -// times: [{start:'20:00:00', end:'09:00:00'}], -// days: [{start: 6, end:1}] // 1 - 7 : Monday - Sunday -// } -// }, hiddenDates: [ {start: '2014-03-21 00:00:00', end: '2014-03-28 00:00:00'}, - {start: '2013-03-29 00:00:00', end: '2013-03-31 00:00:00', repeat: "weekly"}, // daily weekly monthly yearly - {start: '2013-03-29 20:00:00', end: '2013-03-31 9:00:00', repeat: "daily"}, // daily weekly monthly yearly + {start: '2013-03-29 00:00:00', end: '2013-03-31 00:00:00', repeat: 'weekly'}, // daily weekly monthly yearly + {start: '2013-03-29 20:00:00', end: '2013-03-31 9:00:00', repeat: 'daily'} // daily weekly monthly yearly ], start: '2014-04-17', end: '2014-05-01',