diff --git a/README.md b/README.md index f7ad371..7bf4b3e 100644 --- a/README.md +++ b/README.md @@ -11,7 +11,7 @@ MailHops is an email route API. It does a few things: 1. Will tag and mark messages as Junk if from a Country you don't like 1. Performs DNSBL check on messages -MailHops screenshot +MailHops screenshot ### Editing the code 1. After you make changes you can run the [build.sh](build.sh) script diff --git a/chrome/content/msgNotificationBar.js b/chrome/content/msgNotificationBar.js index 997297b..ed79f0c 100644 --- a/chrome/content/msgNotificationBar.js +++ b/chrome/content/msgNotificationBar.js @@ -10,14 +10,12 @@ var mailHopsDisplay = mailhopsDataPaneDNSBL: null, mailhopsResultWeather: null, mailhopsUnsubscribe: null, - mailhopsNoficationBox: null, options: null, init: function(options){ this.options = options; - this.mailhopsNoficationBox = document.getElementById("mailhopsNoficationBox"); this.container = document.getElementById("mailhopsBox"); this.resultBox = document.getElementById("mailhopsResult"); this.resultText = document.getElementById("mailhopsResultText");