diff --git a/Scripts/IPConfig.js b/Scripts/IPConfig.js index 65366ec..d1c00c7 100644 --- a/Scripts/IPConfig.js +++ b/Scripts/IPConfig.js @@ -22,6 +22,6 @@ var title = flags.get(obj['country_iso']) + ' '+ obj['country'] // flags[obj['countrycode']] +obj['country']+ foods[getRandomInt(foods.length)]; var subtitle =''+ '('+obj['asn_org']+')'+''; var ip = obj['query']; -var description = obj['country'] + '-' + obj['city'] + '\n' + obj['asn'] + '\n' + obj['asn_org']+ '\n' + ip; +var description = obj['country'] + '-' + obj['city'] + '\n' + obj['asn'] + '\n' + obj['asn_org']+ '\n' + obj['ip']; $done({title, subtitle, ip, description});