diff --git a/static/js/index.js b/static/js/index.js index 4fe9b9d..5880482 100644 --- a/static/js/index.js +++ b/static/js/index.js @@ -1,3 +1,6 @@ +// Init: +setQls(); + async function sidebarOpen() { document.getElementById("sidebar").style.width = "50%"; document.getElementById("sidebar_open_short").style.display = "none";