From 080092498249f09ee6bac179aee3979b19338ab7 Mon Sep 17 00:00:00 2001 From: kilo Date: Tue, 31 Oct 2017 02:36:24 +0100 Subject: [PATCH] Update main.js --- public/js/main.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/js/main.js b/public/js/main.js index e2b70873..eb41498d 100644 --- a/public/js/main.js +++ b/public/js/main.js @@ -219,7 +219,7 @@ function toggleTheme(e) { document.getElementById("theme").href = "/css/themes/" + CurrentTheme + ".css"; if(UserID > 0 ){ - Query.Get("/dark?no_redirect=true", function(data) {}) + Query.Get("/dark?no_redirect", function(data) {}) //If user logged in, we're forced to go through this page in order to save the new user theme } else {