Skip to content

Commit

Permalink
Fix DMX menu settings item
Browse files Browse the repository at this point in the history
  • Loading branch information
Aircoookie committed Jan 21, 2022
1 parent f784b01 commit f97bc9d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion tools/cdata.js
Original file line number Diff line number Diff line change
Expand Up @@ -217,7 +217,7 @@ writeChunks(
mangle: (str) =>
str
.replace("%", "%%")
.replace(/User Interface\<\/button\>\<\/form\>/gms, "User Interface\<\/button\>\<\/form\>%DMXMENU%"),
.replace(/Usermods\<\/button\>\<\/form\>/gms, "Usermods\<\/button\>\<\/form\>%DMXMENU%"),
},
{
file: "settings_wifi.htm",
Expand Down
2 changes: 1 addition & 1 deletion wled00/html_settings.h
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ body{text-align:center;background:#222;height:100px;margin:0}html{--h:10.2vh}but
</button></form><form action="/settings/sync"><button type="submit">
Sync Interfaces</button></form><form action="/settings/time"><button
type="submit">Time & Macros</button></form><form action="/settings/um"><button
type="submit">Usermods</button></form><form action="/settings/sec"><button
type="submit">Usermods</button></form>%DMXMENU%<form action="/settings/sec"><button
type="submit">Security & Updates</button></form></body></html>)=====";
Expand Down

0 comments on commit f97bc9d

Please sign in to comment.