mirror of
https://github.com/sinatra/sinatra
synced 2023-03-27 23:18:01 -04:00
Merge pull request #663 from loveky/master
examples/chat.rb is not working
This commit is contained in:
commit
60179737be
1 changed files with 3 additions and 3 deletions
|
@ -42,6 +42,9 @@ __END__
|
||||||
|
|
||||||
@@ chat
|
@@ chat
|
||||||
<pre id='chat'></pre>
|
<pre id='chat'></pre>
|
||||||
|
<form>
|
||||||
|
<input id='msg' placeholder='type message here...' />
|
||||||
|
</form>
|
||||||
|
|
||||||
<script>
|
<script>
|
||||||
// reading
|
// reading
|
||||||
|
@ -56,6 +59,3 @@ __END__
|
||||||
});
|
});
|
||||||
</script>
|
</script>
|
||||||
|
|
||||||
<form>
|
|
||||||
<input id='msg' placeholder='type message here...' />
|
|
||||||
</form>
|
|
||||||
|
|
Loading…
Reference in a new issue