From eadccb5c2e0a367c669124ea15e31ae469216bd4 Mon Sep 17 00:00:00 2001 From: Kushagra Gour Date: Sat, 16 Sep 2017 18:01:18 +0530 Subject: [PATCH] typo in lightversion condition --- src/script.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/script.js b/src/script.js index 966f712..588fda9 100644 --- a/src/script.js +++ b/src/script.js @@ -1709,7 +1709,7 @@ customEditorFontInput, cssSettingsModal, cssSettingsBtn, acssSettingsTextarea autoSaveInterval = null; } - document.body.classList[prefs.lightVersion ? 'add' : 'false']( + document.body.classList[prefs.lightVersion ? 'add' : 'remove']( 'light-version' ); };