mirror of
https://github.com/chinchang/web-maker.git
synced 2025-05-12 21:35:21 +02:00
typo in lightversion condition
This commit is contained in:
parent
95bcd036f1
commit
eadccb5c2e
@ -1709,7 +1709,7 @@ customEditorFontInput, cssSettingsModal, cssSettingsBtn, acssSettingsTextarea
|
|||||||
autoSaveInterval = null;
|
autoSaveInterval = null;
|
||||||
}
|
}
|
||||||
|
|
||||||
document.body.classList[prefs.lightVersion ? 'add' : 'false'](
|
document.body.classList[prefs.lightVersion ? 'add' : 'remove'](
|
||||||
'light-version'
|
'light-version'
|
||||||
);
|
);
|
||||||
};
|
};
|
||||||
|
Loading…
x
Reference in New Issue
Block a user