Skip to content

Commit

Permalink
Fixed websocket message
Browse files Browse the repository at this point in the history
  • Loading branch information
pentamassiv committed Aug 15, 2024
1 parent 8c3565c commit 361a792
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ <h1>Conducted tests</h1>
window.addEventListener('resize', (event) => {
const windowWidth = window.innerWidth;
const windowHeight = window.innerHeight;
handleEvent('BrowserMaximized', `(${windowWidth},${windowHeight})`);
handleEvent('BrowserResized', `(${windowWidth},${windowHeight})`);
});
// Handle form submission
document.getElementById('textForm').addEventListener('submit', (event) => {
Expand Down

0 comments on commit 361a792

Please sign in to comment.