Added basic timing, made features a part of character schema

This commit is contained in:
Thaum
2014-11-13 12:45:57 +00:00
parent 7ab97a17cc
commit 0ead14d159
10 changed files with 84 additions and 90 deletions

View File

@@ -32,8 +32,7 @@ Template.textField.events({
var setter = {};
setter["strings."+this.field] = text;
Characters.update(this.character._id, {$set: setter}, function(error, result) {
console.log(error);
console.log(result);
if(error) console.log(error);
});
},
"click #textOutput": function(){