This commit is contained in:
parent
bbec0bbf8e
commit
6fde19a991
@ -89,8 +89,8 @@ function updateClientInfo() {
|
|||||||
}
|
}
|
||||||
|
|
||||||
const cleanClientInfo = clientInfo
|
const cleanClientInfo = clientInfo
|
||||||
.replace(/\u00C2/g, "")
|
.replace(/\u00C2\u00B5s/g, "µs")
|
||||||
.replace(/\u00A0?µs/g, "µs")
|
.replace(/µs/g, "µs")
|
||||||
.replace(/[\u0080-\u00FF]/g, "")
|
.replace(/[\u0080-\u00FF]/g, "")
|
||||||
.trim();
|
.trim();
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user