Save worktree changes
This commit is contained in:
@@ -58,7 +58,7 @@
|
||||
|
||||
function connect() {
|
||||
var protocol = window.location.protocol === 'https:' ? 'wss:' : 'ws:';
|
||||
socket = new WebSocket(protocol + '//' + window.location.host + '/ws/admin/dashboard');
|
||||
socket = new WebSocket(protocol + '//' + window.location.host + '/ws/dashboard');
|
||||
updateSidebarStatus('unknown', 'Connecting to player feed');
|
||||
|
||||
socket.onmessage = function (event) {
|
||||
@@ -98,4 +98,4 @@
|
||||
}
|
||||
|
||||
connectDashboardSocket();
|
||||
}());
|
||||
}());
|
||||
|
||||
Reference in New Issue
Block a user