diff --git a/package.json b/package.json index b9269cfde..cb3482395 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "wled", - "version": "0.12.0-a0", + "version": "0.12.0-b3", "description": "Tools for WLED project", "main": "tools/cdata.js", "directories": { diff --git a/wled00/data/index.js b/wled00/data/index.js index 421180430..ee6c3d132 100644 --- a/wled00/data/index.js +++ b/wled00/data/index.js @@ -1661,7 +1661,7 @@ function rSegs() bt.innerHTML = "Reset segments"; var obj = {"seg":[{"start":0,"stop":ledCount,"sel":true}]}; for (let i=1; i<=lSeg; i++) obj.seg.push({"stop":0}); - requestJson(obj, false, noWS); + requestJson(obj, false); } function loadPalettesData() diff --git a/wled00/html_other.h b/wled00/html_other.h index 24581b0d5..8ea0e9cc2 100644 --- a/wled00/html_other.h +++ b/wled00/html_other.h @@ -42,7 +42,7 @@ function B(){window.history.back()}function U(){document.getElementById("uf").st .bt{background:#333;color:#fff;font-family:Verdana,sans-serif;border:.3ch solid #333;display:inline-block;font-size:20px;margin:8px;margin-top:12px}input[type=file]{font-size:16px}body{font-family:Verdana,sans-serif;text-align:center;background:#222;color:#fff;line-height:200%}#msg{display:none}