# HG changeset patch # User Anthony Ly # Date 1370524757 -7200 # Node ID e61b3adf46f233aa38b0c0d5a44c3c96680ba9e0 # Parent eac446a2f32c8796b8f7ee2c75428af538220f81 show json serializer diff -r eac446a2f32c -r e61b3adf46f2 integration/edition.html --- 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 @@ @@ -867,7 +869,7 @@ }; var urlSaveProject = ''; - + var textCurrentAnnotationEditT = "en cours d'édition"; diff -r eac446a2f32c -r e61b3adf46f2 integration/js/edition.js --- 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",