mirror of
https://github.com/letscontrolit/ESPEasy.git
synced 2026-07-28 04:07:47 +00:00
[UI] Correct manual merge error
This commit is contained in:
@@ -557,7 +557,6 @@ void addCheckBox(const String& id, boolean checked, bool disabled
|
||||
addHtml(F("><span class='checkmark"));
|
||||
|
||||
if (disabled) { addDisabled(); }
|
||||
addHtml(F("'></span></label>"));
|
||||
addHtml('\'');
|
||||
# ifdef ENABLE_TOOLTIPS
|
||||
|
||||
|
||||
Reference in New Issue
Block a user