diff options
| author | Aaron Perley <aaron.perley@gmail.com> | 2016-10-13 21:17:59 -0400 |
|---|---|---|
| committer | Aaron Perley <aaron.perley@gmail.com> | 2016-10-13 21:17:59 -0400 |
| commit | 26ed0bd9400a888b2603db734d47e9ea64c6c3d7 (patch) | |
| tree | e59cfe3da52f5df479eb077f83608d6271f0e0a2 /webapp | |
| parent | a862e866db252a6eceb50ee222d645c31f0ab3b4 (diff) | |
| download | bridge-26ed0bd9400a888b2603db734d47e9ea64c6c3d7.tar.zst | |
Update fish show with increasing depth and fish type handling
Diffstat (limited to 'webapp')
| -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}); } } |
