55268c72b5
Started work on darkmode Implemented queue system Started work on download tab
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=""
|