diff -r 9b98700d12b7 -r 04b8157f077b timeline/timeline.html --- a/timeline/timeline.html Wed Jul 11 18:02:39 2012 +0200 +++ b/timeline/timeline.html Wed Jul 11 18:02:57 2012 +0200 @@ -8,6 +8,14 @@ + @@ -19,18 +27,23 @@ var _tl; $(function() { _tl = new Tlns.Classes.Timeline({ - url_univers: 'data/univers.json', - url_occurrences: 'data/occurrences.json', + url_univers: 'data/api_univers.json', + urls_occurrences: [ + { + url: 'data/api_occurrence_publication.json', + type: 'publication' + }], container: "timeline", - level: 4, + level: 1, sync_now: false, - central_time: Date.parse("2012-05-10T00:00:00Z") + central_time: Date.parse("2012-07-26T00:00:00Z") }); });
+