aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorAjay Ramachandran <[email protected]>2019-11-07 13:05:22 -0500
committerGitHub <[email protected]>2019-11-07 13:05:22 -0500
commitae6d63c3abb2da9b48a493f05b69c573d153b828 (patch)
tree93cb37911fa627303be9dfcbfdbf39e853d0b908
parent44516648a18a21fd2d887e411c3783264fa5496e (diff)
parenta3214f0fa744a9f45cb7fa7efc423768e096aed1 (diff)
downloadSponsorBlock-ae6d63c3abb2da9b48a493f05b69c573d153b828.tar.gz
SponsorBlock-ae6d63c3abb2da9b48a493f05b69c573d153b828.zip
Merge pull request #168 from ajayyy/experimental-ajay1.1.9.2
Fixed notice never hiding
-rw-r--r--content.js2
-rw-r--r--manifest.json2
2 files changed, 2 insertions, 2 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;
}
diff --git a/manifest.json b/manifest.json
index e7fae867..41afd05d 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": [