From 442da447b784123598f0e058a097d154448dbb81 Mon Sep 17 00:00:00 2001 From: bhomie Date: Wed, 24 Jun 2020 22:54:26 -0700 Subject: [PATCH] fix logic operator in commandline.js --- public/js/commandline.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/js/commandline.js b/public/js/commandline.js index 7a7aace6d..38adef82c 100644 --- a/public/js/commandline.js +++ b/public/js/commandline.js @@ -589,7 +589,7 @@ $(document).ready(e => { }else{ hideCommandLine(); } - if (config.customTheme = true) { + if (config.customTheme === true) { setCustomTheme(); }else{ setTheme(config.theme)