# HG changeset patch # User cavaliet # Date 1413447878 -7200 # Node ID 68b29e36c9a2b4392f875937280e4ade5fe21176 # Parent ebfd0d3cffab4d7c9f8534b763f0fa5960c6d3b8 correct annotationclient for jshint diff -r ebfd0d3cffab -r 68b29e36c9a2 client/app/app.js --- a/client/app/app.js Thu Oct 16 03:22:00 2014 +0200 +++ b/client/app/app.js Thu Oct 16 10:24:38 2014 +0200 @@ -116,12 +116,12 @@ if(context.logging){ console.log('Got message: ', e.data); } - var data_json = JSON.parse(e.data) + //var data_json = JSON.parse(e.data); //showAlert('Annotation bien reçue.', true); console.log('2 message', $scope.annotPile.length); if($scope.annotPile.length>0){ var c = $scope.annotPile.shift(); - console.log('3 message', c); + //console.log('3 message', c); var i; if(c===false){ //showAlert('Annotation envoyée.', true);