diff options
Diffstat (limited to 'webapp/app/templates/index.html')
| -rw-r--r-- | webapp/app/templates/index.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/webapp/app/templates/index.html b/webapp/app/templates/index.html index a8e3479..3592985 100644 --- a/webapp/app/templates/index.html +++ b/webapp/app/templates/index.html @@ -106,7 +106,7 @@ }; self.click = function() { - self.socket.emit('spawn', {name:self.name}); + self.socket.emit('spawn', {type:self.name}); } } |
