--- a/timeline/timeline.html Tue May 22 14:55:44 2012 +0200
+++ b/timeline/timeline.html Wed May 23 18:16:27 2012 +0200
@@ -17,22 +17,12 @@
$(function() {
_tl = new Tlns.Classes.Timeline({
url_univers: 'data/univers.json',
+ url_occurrences: 'data/occurrences.json',
container: "timeline",
level: 2,
sync_now: false,
central_time: Date.parse("2012-05-10T00:00:00Z")
});
-
-/* for (var i = 0; i < Tlns.Defaults.Timeline.timescales.length; i++) {
- var _id = "timeline_" + i;
- $("body").append($('<div>').attr("id",_id));
- new Tlns.Classes.Timeline({
- url_univers: 'data/univers.json',
- container: _id,
- level: i
- });
- $("body").append($('<div>').css("height","10px"));
- }*/
});
</script>
</head>