diff -r 9fcb0e0991ed -r c0034b35c44e annot-server/static/js/app.js --- a/annot-server/static/js/app.js Thu Jan 22 10:30:36 2015 +0100 +++ b/annot-server/static/js/app.js Thu Jan 22 11:16:20 2015 +0100 @@ -219,7 +219,7 @@ user : $scope.username }; sock.send(JSON.stringify(new_annot)); - if(context.logging===true){ + if(context.logging===true){ log('Sent: ' + JSON.stringify(new_annot)); } if(typeof c==='undefined'){