integration/edition.html
changeset 109 3034776c1f35
parent 104 1b84c7b2aeee
child 123 679809037606
equal deleted inserted replaced
108:9d6cdc1972de 109:3034776c1f35
   353         
   353         
   354     IriSP.endpoints = {
   354     IriSP.endpoints = {
   355         content: "/pf/ldtplatform/api/ldt/1.0/contents/",
   355         content: "/pf/ldtplatform/api/ldt/1.0/contents/",
   356         project: "/pf/ldtplatform/api/ldt/1.0/projects/",
   356         project: "/pf/ldtplatform/api/ldt/1.0/projects/",
   357         segment: "/pf/ldtplatform/api/ldt/1.0/segments/",
   357         segment: "/pf/ldtplatform/api/ldt/1.0/segments/",
   358         ldt: "http://capsicum//pf/ldtplatform/ldt/cljson/id/",
   358         ldt: "http://capsicum//pf/ldtplatform/ldt/cljson/id/__PROJECT_ID__",
   359         hashcut_page: "hashcut.html?project="
   359         hashcut_page: "hashcut.html?project=__PROJECT_ID__"
   360     };
   360     };
   361     
   361     
   362     $(function() {
   362     $(function() {
   363         var hashcut = IriSP.editor({
   363         var hashcut = IriSP.editor({
   364             csrf_token: "{{csrf_token}}",
   364             csrf_token: "{{csrf_token}}",