diff options
Diffstat (limited to 'demo/chat.ur')
-rw-r--r-- | demo/chat.ur | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/demo/chat.ur b/demo/chat.ur index 9f18e9ef..720130b4 100644 --- a/demo/chat.ur +++ b/demo/chat.ur @@ -40,7 +40,7 @@ fun chat id () = return <xml><body onload={onload ()}> <h1>{[r.T.Title]}</h1> - <button value="Send:" onclick={doSpeak ()}/> <ctextbox source={newLine}/> + <button value="Send:" onclick={fn _ => doSpeak ()}/> <ctextbox source={newLine}/> <h2>Messages</h2> |