Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Keybind edit, show notice again, ignore rate limits #163

Merged
merged 12 commits into from
Oct 31, 2019
Merged

Conversation

ajayyy
Copy link
Owner

@ajayyy ajayyy commented Oct 31, 2019

No description provided.

@ajayyy ajayyy merged commit 4451664 into master Oct 31, 2019
@ajayyy ajayyy mentioned this pull request Oct 31, 2019
var dontShowNotice = false;
chrome.storage.sync.get(["dontShowNoticeAgain"], function(result) {
chrome.storage.sync.get(["dontShowNotice"], function(result) {
let dontShowNoticeAgain = result.dontShowNoticeAgain;

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is wrong. Storage returns {dontShowNotice: true} so result.dontShowNoticeAgain is undefined and it shows the notice every time.

Copy link
Owner Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Oops, I fixed this in popup.js but forgot here.

@ajayyy ajayyy mentioned this pull request Nov 7, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants