walkor il y a 10 ans
Parent
commit
b114ee0eb6
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1 1
      Applications/SimpleChat/Web/index.html

+ 1 - 1
Applications/SimpleChat/Web/index.html

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