diff --git a/._chrome.manifest b/._chrome.manifest deleted file mode 100644 index 5b4b4a0..0000000 Binary files a/._chrome.manifest and /dev/null differ diff --git a/chrome/content/._mailhops.js b/chrome/content/._mailhops.js deleted file mode 100644 index 5b4b4a0..0000000 Binary files a/chrome/content/._mailhops.js and /dev/null differ diff --git a/chrome/content/._msgHdrViewOverlay.xul b/chrome/content/._msgHdrViewOverlay.xul deleted file mode 100644 index a322a67..0000000 Binary files a/chrome/content/._msgHdrViewOverlay.xul and /dev/null differ diff --git a/chrome/content/mailhops.js b/chrome/content/mailhops.js index 06839ed..13b0b75 100644 --- a/chrome/content/mailhops.js +++ b/chrome/content/mailhops.js @@ -9,7 +9,7 @@ var gNativeJSON = Components.classes["@mozilla.org/dom/json;1"].createInstance(C //IP regex var gIPRegEx=/(1\d{0,2}|2(?:[0-4]\d{0,1}|[6789]|5[0-5]?)?|[3-9]\d?|0)\.(1\d{0,2}|2(?:[0-4]\d{0,1}|[6789]|5[0-5]?)?|[3-9]\d?|0)\.(1\d{0,2}|2(?:[0-4]\d{0,1}|[6789]|5[0-5]?)?|[3-9]\d?|0)\.(1\d{0,2}|2(?:[0-4]\d{0,1}|[6789]|5[0-5]?)?|[3-9]\d?|0)(\/(?:[012]\d?|3[012]?|[456789])){0,1}$/; var gAllIPRegEx = /(1\d{0,2}|2(?:[0-4]\d{0,1}|[6789]|5[0-5]?)?|[3-9]\d?|0)\.(1\d{0,2}|2(?:[0-4]\d{0,1}|[6789]|5[0-5]?)?|[3-9]\d?|0)\.(1\d{0,2}|2(?:[0-4]\d{0,1}|[6789]|5[0-5]?)?|[3-9]\d?|0)\.(1\d{0,2}|2(?:[0-4]\d{0,1}|[6789]|5[0-5]?)?|[3-9]\d?|0)(\/(?:[012]\d?|3[012]?|[456789])){0,1}/g; -var gAppName = window.navigator.appName!=null?window.navigator.appName:''; +var gApp = 'Postbox'; var mailHops = { @@ -20,7 +20,7 @@ var mailHops = isLoaded: false, map: 'goog', unit: 'mi', - appVersion: 'MailHops '+gAppName+' 0.4.3' + appVersion: 'MailHops '+gApp+' 0.4.3' } mailHops.startLoading = function() diff --git a/chrome/content/msgHdrViewOverlay.xul b/chrome/content/msgHdrViewOverlay.xul index 54f8a18..092aba9 100644 --- a/chrome/content/msgHdrViewOverlay.xul +++ b/chrome/content/msgHdrViewOverlay.xul @@ -8,14 +8,16 @@