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 445d0ea commit 3fb739cCopy full SHA for 3fb739c
resources/views/layouts/master.blade.php
@@ -68,7 +68,7 @@
68
});
69
70
socket.on('error', function (err) {
71
- alert('There was an error while attemping to connect to the websocket: ' + err + '\n\nPlease try loading this page again.');
+ console.error('There was an error while attemping to connect to the websocket: ' + err + '\n\nPlease try loading this page again.');
72
73
74
// Socket Sends Server Status on Connect
0 commit comments