Skip to content

Commit 6a066cc

Browse files
author
Jose Pino
authored
Merge pull request jofpin#115 from DJCHICKEN4/patch-2
Session Fix
2 parents ec00355 + 346f26e commit 6a066cc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

static/js/base.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -383,7 +383,7 @@ function locateV(self) {
383383
}
384384

385385
function workWithNetworks(){
386-
$.getJSON('//freegeoip.net/json/?callback=?', function(data) {
386+
$.getJSON('//ipinfo.io/json/?callback=?', function(data) {
387387
var dInfo = {ip : null, vId : null, red : null};
388388
$.extend( true, dInfo, data);
389389
dInfo.vId = localStorage.trape_vId
@@ -624,4 +624,4 @@ var objUser = {
624624
});
625625
}
626626
, sendNetworks : function(){workWithNetworks();}
627-
}
627+
}

0 commit comments

Comments
 (0)