# HG changeset patch # User Yves-Marie Haussonne <1218002+ymph@users.noreply.github.com> # Date 1432141227 -7200 # Node ID d7d4f53f2526eb39d04136c17422bd4ac2e08e9e # Parent a1237e60150031ecb8af5f5f57b53874ce2942f0 put back the annotation server url diff -r a1237e601500 -r d7d4f53f2526 web/polemicaltimeline.php --- a/web/polemicaltimeline.php Wed May 20 18:36:35 2015 +0200 +++ b/web/polemicaltimeline.php Wed May 20 19:00:27 2015 +0200 @@ -174,8 +174,7 @@ }, { type: "CreateAnnotation", - //api_endpoint_template: "http://ldt.iri.centrepompidou.fr/ldtplatform/api/ldt/1.0/annotations/", - api_endpoint_template: "http://localhost/~ymh/platform/ldtplatform/api/ldt/1.0/annotations/", + api_endpoint_template: "http://ldt.iri.centrepompidou.fr/ldtplatform/api/ldt/1.0/annotations/", api_method: 'POST', after_send_timeout: 8000, show_mic_record: false,