From f0f165527a458900e75c25faefd1e6de06f9600f Mon Sep 17 00:00:00 2001 From: Andrew Van Tassel Date: Fri, 18 Sep 2015 11:23:29 -0600 Subject: [PATCH] Updated display of first hop --- chrome/content/pb-overlay.js | 2 +- chrome/content/tb-overlay.js | 10 +++++----- 2 files changed, 6 insertions(+), 6 deletions(-) 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