diff --git a/chrome/content/mailhops.js b/chrome/content/mailhops.js index c5827a3..37656c0 100644 --- a/chrome/content/mailhops.js +++ b/chrome/content/mailhops.js @@ -176,7 +176,7 @@ mailHops.displayResult = function ( distance, image, city, state, countryName, r else displayText +=' ( '+addCommas(Math.round(distance.kilometers))+' km traveled )'; } - else + else if(displayText=='') displayText = ' Local message.'; mailHops.container.setAttribute("onclick","launchMap('"+route.toString()+"');"); }