Skip to content

Commit

Permalink
[bot-gang] ロワイヤル対応
Browse files Browse the repository at this point in the history
  • Loading branch information
mkiken committed Oct 24, 2018
1 parent 4d8a118 commit 27d50b6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bot-gang/popup.js
Original file line number Diff line number Diff line change
Expand Up @@ -186,7 +186,7 @@ const OPTION_SETTINGS = {
},
onClick: function () {
let isChecked = this.checked;
chrome.storage.sync.set({[OPTION_SETTINGS.isHaken.storageKey]: isChecked}, function() {
chrome.storage.sync.set({[OPTION_SETTINGS.mafiaEvent.storageKey]: isChecked}, function() {
console.log("is_checked is " + isChecked);
chrome.runtime.sendMessage({
methodName: 'setMafiaEvent',
Expand Down

0 comments on commit 27d50b6

Please sign in to comment.