mirror of
https://gitlab.com/RemixDev/deemix-webui.git
synced 2025-01-09 16:15:13 +00:00
6 lines
140 B
JavaScript
6 lines
140 B
JavaScript
|
// Initialization
|
||
|
const socket = io.connect(window.location.href)
|
||
|
localStorage = window.localStorage;
|
||
|
search_selected = ""
|
||
|
main_selected=""
|