Fixed red color on IP address
This commit is contained in:
parent
cbb12e1b7c
commit
849aa64678
@ -208,6 +208,7 @@
|
|||||||
if (t>=80) {
|
if (t>=80) {
|
||||||
LCs[i].max = 255;
|
LCs[i].max = 255;
|
||||||
LCs[i].min = 0;
|
LCs[i].min = 0;
|
||||||
|
LCs[i].style.color="#fff";
|
||||||
continue; // do not check conflicts
|
continue; // do not check conflicts
|
||||||
} else {
|
} else {
|
||||||
LCs[i].max = 33;
|
LCs[i].max = 33;
|
||||||
|
File diff suppressed because one or more lines are too long
Loading…
Reference in New Issue
Block a user