diff --git a/Scripts/IPInfo.js b/Scripts/IPInfo.js index 790eb05..47df1f1 100644 --- a/Scripts/IPInfo.js +++ b/Scripts/IPInfo.js @@ -21,7 +21,7 @@ var flags = new Map([[ "AC" , "🇦🇨" ] , [ "AF" , "🇦🇫" ] , [ "AI" , " var body = $response.body; var bd=body.split('\n')[1]; var obj = JSON.parse(bd); -$notify("test","test",obj); +$notify("test","test",bd); $notify("test1","test",obj['country_code']); var title = flags.get(obj['country_code']) + ' '+ obj['country_name']; var subtitle =''+ValidCheck(obj['city'])+'-'+'('+ValidCheck(obj['continent_name'])+')'+'';