From 26ed0bd9400a888b2603db734d47e9ea64c6c3d7 Mon Sep 17 00:00:00 2001 From: Aaron Perley Date: Thu, 13 Oct 2016 21:17:59 -0400 Subject: Update fish show with increasing depth and fish type handling --- webapp/app/templates/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'webapp/app/templates/index.html') 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}); } } -- cgit v1.3.1