diff --git a/chrome/content/pb-overlay.js b/chrome/content/pb-overlay.js index 8990d05..b68d3ed 100644 --- a/chrome/content/pb-overlay.js +++ b/chrome/content/pb-overlay.js @@ -425,7 +425,7 @@ var mailHopsDisplay = if(!!city && !!state) displayText = city+', '+state; else if(!!city) - displayText = city; + displayText = city+', '+countryCode; else if(!!countryName) displayText = countryName; diff --git a/chrome/content/tb-overlay.js b/chrome/content/tb-overlay.js index 7b8c251..abffc87 100644 --- a/chrome/content/tb-overlay.js +++ b/chrome/content/tb-overlay.js @@ -193,13 +193,13 @@ var mailHopsDisplay = for(var i=0; i