--- a/integration/edition.html Thu Jun 06 15:00:21 2013 +0200
+++ b/integration/edition.html Thu Jun 06 15:19:17 2013 +0200
@@ -749,6 +749,7 @@
<script id="tpl-video-row" type="text/html">
<div class="span6">
<div class="video-container"></div>
+ <!--
<table class="table">
<tbody>
<tr>
@@ -765,6 +766,7 @@
</tr>
</tbody>
</table>
+ -->
</div>
</script>
@@ -867,7 +869,7 @@
};
var urlSaveProject = '';
-
+
var textCurrentAnnotationEditT = "en cours d'édition";
--- a/integration/js/edition.js Thu Jun 06 15:00:21 2013 +0200
+++ b/integration/js/edition.js Thu Jun 06 15:19:17 2013 +0200
@@ -891,7 +891,7 @@
$('.btn-save-project').bind('click', function(e){
$('.btn-apercu-projet').removeClass('disabled');
- console.log(myProject.serialize().length);
+ console.log(myProject.serialize());
/*
$.ajax({
type: "POST",