aboutsummaryrefslogtreecommitdiffhomepage
path: root/content.js
diff options
context:
space:
mode:
Diffstat (limited to 'content.js')
-rw-r--r--content.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/content.js b/content.js
index f0db497b..f889e7d1 100644
--- a/content.js
+++ b/content.js
@@ -83,7 +83,7 @@ chrome.storage.sync.get(["trackViewCount"], function(result) {
//option renamed when new notice was made
var dontShowNotice = false;
chrome.storage.sync.get(["dontShowNotice"], function(result) {
- let dontShowNoticeAgain = result.dontShowNoticeAgain;
+ let dontShowNoticeAgain = result.dontShowNotice;
if (dontShowNoticeAgain != undefined) {
dontShowNotice = dontShowNoticeAgain;
}