update index.html
This commit is contained in:
@@ -722,7 +722,7 @@
|
|||||||
if (tsContainer) tsContainer.style.display = "flex";
|
if (tsContainer) tsContainer.style.display = "flex";
|
||||||
|
|
||||||
let netObj = data.networks && data.networks[c.id.toLowerCase()] ? data.networks[c.id.toLowerCase()] : {ts1: "", ts2: ""};
|
let netObj = data.networks && data.networks[c.id.toLowerCase()] ? data.networks[c.id.toLowerCase()] : {ts1: "", ts2: ""};
|
||||||
activeModeColor = "var(--success)";
|
activeModeColor = "var(--primary)";
|
||||||
|
|
||||||
if (ts1Div && ts2Div) {
|
if (ts1Div && ts2Div) {
|
||||||
[ts1Div, ts2Div].forEach((div, idx) => {
|
[ts1Div, ts2Div].forEach((div, idx) => {
|
||||||
|
|||||||
Reference in New Issue
Block a user