mirror of
https://github.com/OliveTin/OliveTin
synced 2025-12-12 17:15:37 +00:00
chore: cleanup websocket code
This commit is contained in:
@@ -3,10 +3,6 @@ import { buttonResults } from '../resources/vue/stores/buttonResults.js'
|
||||
export function initWebsocket () {
|
||||
window.addEventListener('EventOutputChunk', onOutputChunk)
|
||||
|
||||
window.checkWebsocketConnection = checkWebsocketConnection
|
||||
}
|
||||
|
||||
export function checkWebsocketConnection () {
|
||||
reconnectWebsocket()
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user