timeline/timeline.html
changeset 67 5d1ac260d3ee
parent 66 37492d1ce841
child 68 4def147b1604
equal deleted inserted replaced
66:37492d1ce841 67:5d1ac260d3ee
    17             $(function() {
    17             $(function() {
    18                 _tl = new Tlns.Classes.Timeline({
    18                 _tl = new Tlns.Classes.Timeline({
    19                     url_univers: 'data/univers.json',
    19                     url_univers: 'data/univers.json',
    20                     url_occurrences: 'data/occurrences.json',
    20                     url_occurrences: 'data/occurrences.json',
    21                     container: "timeline",
    21                     container: "timeline",
    22                     level: 2,
    22                     level: 4,
    23                     sync_now: false,
    23                     sync_now: false,
    24                     central_time: Date.parse("2012-05-10T00:00:00Z")
    24                     central_time: Date.parse("2012-05-10T00:00:00Z")
    25                 });
    25                 });
    26             }); 
    26             }); 
    27         </script>
    27         </script>