change category by keyword
authorymh <ymh.work@gmail.com>
Thu, 22 Jan 2015 11:01:26 +0100
changeset 116 61d4a6610ba4
parent 115 14da5aeab8d9
child 118 8acdf12aa016
change category by keyword
annot-server/static/js/app.js
--- a/annot-server/static/js/app.js	Thu Jan 22 10:57:56 2015 +0100
+++ b/annot-server/static/js/app.js	Thu Jan 22 11:01:26 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'){