()
| 158 | }) |
| 159 | |
| 160 | function failedLocation() { |
| 161 | locationGet = false |
| 162 | $("#ip, #location, #tel").html('<span style="color:#EA3546"><span style="font-weight:bold">ⓘ</span> [REQUEST REFUSED]</span>') |
| 163 | window.place = ""; |
| 164 | window.displayLoc = "" |
| 165 | window.country = ""; |
| 166 | } |
| 167 | |
| 168 | function testConnectionSpeed() { |
| 169 | $("#connection").text(`${randomInteger(70, 100)}.${randomInteger(0, 9)} MB/s`) |