diff --git a/chrome/content/mailhops.js b/chrome/content/mailhops.js index 66569b8..ad57890 100644 --- a/chrome/content/mailhops.js +++ b/chrome/content/mailhops.js @@ -20,7 +20,7 @@ var mailHops = isLoaded: false, map: 'goog', unit: 'mi', - appVersion: 'MailHops '+gApp+' 0.4.3' + appVersion: 'MailHops '+gApp+' 0.4.4' } mailHops.startLoading = function() @@ -115,12 +115,11 @@ mailHops.dispRoute = function() if ( headReceived ){ var headReceivedArr = headReceived.split('\n'); if(headReceivedArr.length != 0){ - for ( var h=0; h2 MailHops - 0.4.3 + 0.4.4 MailHops maps the route an email traveled to get to you. Using GeoIP it also displays distance traveled along with the location (city, state and country) of the sender. chrome://mailhops/content/images/mailhops32.png diff --git a/mailhops-pb-0.4.3.xpi b/mailhops-pb-0.4.3.xpi deleted file mode 100644 index 056eb8d..0000000 Binary files a/mailhops-pb-0.4.3.xpi and /dev/null differ