diff --git a/static/js/custom.js b/static/js/custom.js index 06e86db..a593b0c 100644 --- a/static/js/custom.js +++ b/static/js/custom.js @@ -312,9 +312,9 @@ function switchTheme() { function setPageTheme(theme) { if (theme === "light") - document.getElementById("pagestyle").setAttribute("href", "../static/css/bootstrap.min.css"); + document.getElementById("pagestyle").setAttribute("href", "static/css/bootstrap.min.css"); else if (theme === "dark") - document.getElementById("pagestyle").setAttribute("href", "../static/css/bootstrap.darkly.min.css"); + document.getElementById("pagestyle").setAttribute("href", "static/css/bootstrap.darkly.min.css"); } function togglePlayPause() {