Browse Source

Merge branch 'main' into main

pull/224/head
Aldino Kemal 1 year ago
committed by GitHub
parent
commit
4dbddbe928
No known key found for this signature in database GPG Key ID: B5690EEEBB952194
  1. 5
      src/views/index.html

5
src/views/index.html

@ -223,6 +223,11 @@
})) }))
}; };
this.app_ws.onerror = (error) => {
console.error('WebSocket error:', error);
showErrorInfo('Connection error occurred. Please refresh the page.');
};
this.app_ws.onerror = (error) => { this.app_ws.onerror = (error) => {
console.error('WebSocket error:', error); console.error('WebSocket error:', error);
showErrorInfo('Connection error occurred. Please refresh the page.'); showErrorInfo('Connection error occurred. Please refresh the page.');

Loading…
Cancel
Save