equal
deleted
inserted
replaced
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}}", |