We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 088454f commit 43ad9f5Copy full SHA for 43ad9f5
web_src/js/htmx.js
@@ -26,6 +26,6 @@ document.body.addEventListener('htmx:responseError', (e) => {
26
document.body.addEventListener('htmx:wsOpen', (e) => {
27
const socket = e.detail.socketWrapper;
28
socket.send(
29
- JSON.stringify({action: 'subscribe', data: {url: window.location.href}})
+ JSON.stringify({action: 'subscribe', data: {url: window.location.href}}),
30
);
31
});
0 commit comments