summaryrefslogtreecommitdiffstats
path: root/webapp/app/templates
diff options
context:
space:
mode:
authorAaron Perley <aaron.perley@gmail.com>2016-10-13 21:17:59 -0400
committerAaron Perley <aaron.perley@gmail.com>2016-10-13 21:17:59 -0400
commit26ed0bd9400a888b2603db734d47e9ea64c6c3d7 (patch)
treee59cfe3da52f5df479eb077f83608d6271f0e0a2 /webapp/app/templates
parentAdd pretty webpage (diff)
downloadbridge-26ed0bd9400a888b2603db734d47e9ea64c6c3d7.tar.zst
Update fish show with increasing depth and fish type handling
Diffstat (limited to 'webapp/app/templates')
-rw-r--r--webapp/app/templates/index.html2
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});
}
}