Removed double function definition in index.js.

This commit is contained in:
Blaz Kristan 2021-10-03 20:05:32 +02:00
parent 783a21d88d
commit f40398bf42
3 changed files with 789 additions and 796 deletions

View File

@ -1568,12 +1568,6 @@ function tglSegn(s)
(window.getComputedStyle(d.gId(`seg${s}t`)).display === "none") ? "inline":"none";
}
function tglSegn(s)
{
d.getElementById(`seg${s}t`).style.display =
(window.getComputedStyle(d.getElementById(`seg${s}t`)).display === "none") ? "inline":"none";
}
function selSegEx(s)
{
var obj = {"seg":[]};

File diff suppressed because it is too large Load Diff

View File

@ -8,7 +8,7 @@
*/
// version code in format yymmddb (b = daily build)
#define VERSION 2110021
#define VERSION 2110022
//uncomment this if you have a "my_config.h" file you'd like to use
//#define WLED_USE_MY_CONFIG