Skip to content

Commit

Permalink
revert accidental change
Browse files Browse the repository at this point in the history
  • Loading branch information
tessalt committed Nov 12, 2024
1 parent fb1957f commit 57407ba
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions client/src/core/client/embed/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -35,14 +35,6 @@ <h1 style="text-align: center">Coral – Embed Stream</h1>
*/
events: function (events) {
events.onAny(function (eventName, data) {
if (eventName === "ready") {
setTimeout(() => {

const form = document.querySelectorAll("coral")
console.log('form', form)
}, 0);
}
console.log(eventName)
console.debug(eventName, data);
});
},
Expand Down

0 comments on commit 57407ba

Please sign in to comment.