Fixed red color on IP address

pull/2257/head
Blaž Kristan 2021-10-07 14:11:47 +02:00
rodzic cbb12e1b7c
commit 849aa64678
2 zmienionych plików z 2 dodań i 1 usunięć

Wyświetl plik

@ -208,6 +208,7 @@
if (t>=80) {
LCs[i].max = 255;
LCs[i].min = 0;
LCs[i].style.color="#fff";
continue; // do not check conflicts
} else {
LCs[i].max = 33;

File diff suppressed because one or more lines are too long