diff --git a/content.js b/content.js index f0db497b3a..f889e7d105 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; } diff --git a/manifest.json b/manifest.json index e7fae867d0..41afd05d36 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "name": "__MSG_fullName__", "short_name": "__MSG_Name__", - "version": "1.1.9.1", + "version": "1.1.9.2", "default_locale": "en", "description": "__MSG_Description__", "content_scripts": [