@@ -30,7 +30,7 @@ ws.onmessage = function(e)
}
};
-button.onclick = function()
+button.click = function()
{
ws.send(content.value);