From 2057c4225bb3faf72342e56ebe737c59769a67c8 Mon Sep 17 00:00:00 2001 From: Andrew Van Tassel Date: Mon, 26 Dec 2016 13:31:02 -0700 Subject: [PATCH] Removed box not being used --- README.md | 2 +- chrome/content/msgNotificationBar.js | 2 -- 2 files changed, 1 insertion(+), 3 deletions(-) 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");