changeset 110 | e4f0c105090d |
parent 109 | 8546e2181a73 |
child 159 | f2e4641681f6 |
--- a/client/annot-client/app/app.js Thu Jan 22 08:07:09 2015 +0100 +++ b/client/annot-client/app/app.js Thu Jan 22 08:28:11 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'){