mirror of
https://github.com/bigskysoftware/htmx.git
synced 2025-10-02 15:25:26 +00:00
Merge pull request #688 from ajusa/patch-2
Fix main websockets example attribute in docs
This commit is contained in:
commit
9b4886236e
@ -21,7 +21,7 @@ of the event specified by [`hx-trigger`])
|
|||||||
<div id="chat_room">
|
<div id="chat_room">
|
||||||
...
|
...
|
||||||
</div>
|
</div>
|
||||||
<form hx-ws="send">
|
<form ws-send>
|
||||||
<input name="chat_message">
|
<input name="chat_message">
|
||||||
</form>
|
</form>
|
||||||
</div>
|
</div>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user