show json serializer
authorAnthony Ly <anthonyly.com@gmail.com>
Thu, 06 Jun 2013 15:19:17 +0200
changeset 86 e61b3adf46f2
parent 85 eac446a2f32c
child 87 4b37ee07374d
show json serializer
integration/edition.html
integration/js/edition.js
--- 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",