# HG changeset patch # User Anthony Ly # Date 1368720234 -7200 # Node ID 16b482c153fd14cb9e3218d739de5a74fcacb701 # Parent c72a9f9cb519998cd54017fc082dac674f7ee10a update spin url pages diff -r c72a9f9cb519 -r 16b482c153fd integration/edition.html --- a/integration/edition.html Thu May 16 17:43:27 2013 +0200 +++ b/integration/edition.html Thu May 16 18:03:54 2013 +0200 @@ -447,6 +447,7 @@ - \ No newline at end of file diff -r c72a9f9cb519 -r 16b482c153fd integration/js/edition.js --- a/integration/js/edition.js Thu May 16 17:43:27 2013 +0200 +++ b/integration/js/edition.js Thu May 16 18:03:54 2013 +0200 @@ -4,10 +4,9 @@ diaporama : null, idAnnotation : null }, -chapitres = {}, -annotations = {}; +chapitres = [], +annotations = []; -//onLoad myProject.onLoad(function() { $(".project-title").text(myProject.title); @@ -40,7 +39,7 @@ btnCutChapter.css("left",pos); } - }); + });//timeupdate });//myProject.onLoad @@ -131,7 +130,7 @@ $('.project-title').html($(this).val()); }); -//chapter +//--chapter $('.list-chapter-wrap').on('click', '.edit-chapter', function(e){ e.preventDefault(); var viewChapter = { @@ -161,6 +160,9 @@ }); }); + function addChapter(data){ + + } //edit annotation $('#list-annotations').on('click', 'a.btn-edit-annotation', function(e){ diff -r c72a9f9cb519 -r 16b482c153fd integration/liste-ressource.html --- a/integration/liste-ressource.html Thu May 16 17:43:27 2013 +0200 +++ b/integration/liste-ressource.html Thu May 16 18:03:54 2013 +0200 @@ -218,12 +218,6 @@ - + \ No newline at end of file diff -r c72a9f9cb519 -r 16b482c153fd integration/modal-video.html --- a/integration/modal-video.html Thu May 16 17:43:27 2013 +0200 +++ b/integration/modal-video.html Thu May 16 18:03:54 2013 +0200 @@ -44,5 +44,9 @@ \ No newline at end of file