diff -r 907a53a35a95 -r 7d1c2c21d891 timeline/timeline.html --- a/timeline/timeline.html Wed Sep 04 18:23:51 2013 +0200 +++ b/timeline/timeline.html Thu Sep 19 19:34:29 2013 +0200 @@ -7,14 +7,9 @@ + @@ -32,17 +27,12 @@ _tl = new Tlns.Classes.Timeline({ email: 'anarchy@solicis.fr', token: token, - linelabels: [ - "Les jalons de l'histoire", - "L'actualité", - "Les appels à contribuer", - "Les Persos d'Anarchy" - ], api_endpoint: "http://anarchy2.solicis.fr/api/cms/content?callback=?", container: "timeline", sync_now: false, - central_time: Date.parse("2013-07-18T00:00:00Z"), + central_time: Date.now(),//Date.parse("2013-07-18T00:00:00Z"), maxtime: Date.now(), + picto_url: "img/", url_base: "http://anarchy2.solicis.fr" }); });