mirror of
https://github.com/cpvalente/ontime.git
synced 2026-08-17 13:23:35 +00:00
FIX: remove '/' from host in client-control(#1156)
This commit is contained in:
committed by
GitHub
parent
e500fa6b5e
commit
ce8b0d9850
@@ -36,7 +36,8 @@ export const connectSocket = () => {
|
||||
}
|
||||
|
||||
socketSendJson('set-client-type', 'ontime');
|
||||
socketSendJson('set-client-path', location.pathname);
|
||||
|
||||
socketSendJson('set-client-path', location.pathname + location.search);
|
||||
};
|
||||
|
||||
websocket.onclose = () => {
|
||||
|
||||
Reference in New Issue
Block a user