We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents ec00355 + 346f26e commit 6a066ccCopy full SHA for 6a066cc
static/js/base.js
@@ -383,7 +383,7 @@ function locateV(self) {
383
}
384
385
function workWithNetworks(){
386
- $.getJSON('//freegeoip.net/json/?callback=?', function(data) {
+ $.getJSON('//ipinfo.io/json/?callback=?', function(data) {
387
var dInfo = {ip : null, vId : null, red : null};
388
$.extend( true, dInfo, data);
389
dInfo.vId = localStorage.trape_vId
@@ -624,4 +624,4 @@ var objUser = {
624
});
625
626
, sendNetworks : function(){workWithNetworks();}
627
-}
+}
0 commit comments