MCPcopy Create free account
hub / github.com/Milkyroad/SCiPNET / failedLocation

Function failedLocation

public/src/js/sideBar.js:160–166  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

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`)

Callers 1

sideBarFunFunction · 0.85

Calls 1

$Function · 0.50

Tested by

no test coverage detected