mirror of
https://github.com/wled/WLED.git
synced 2025-11-09 11:09:10 +00:00
Added:
- generic settings.js handler - update info - numeric (not really) hidden PIN
This commit is contained in:
@@ -416,6 +416,12 @@ const char PAGE_dmxmap[] PROGMEM = R"=====()=====";
|
||||
name: "PAGE_update",
|
||||
method: "gzip",
|
||||
filter: "html-minify",
|
||||
mangle: (str) =>
|
||||
str
|
||||
.replace(
|
||||
/function GetV().*\<\/script\>/gms,
|
||||
"</script><script src=\"settings.js?p=9\"></script>"
|
||||
)
|
||||
},
|
||||
{
|
||||
file: "welcome.htm",
|
||||
|
||||
Reference in New Issue
Block a user