summaryrefslogtreecommitdiff
path: root/ext/bg/js/yomichan.js
diff options
context:
space:
mode:
Diffstat (limited to 'ext/bg/js/yomichan.js')
-rw-r--r--ext/bg/js/yomichan.js7
1 files changed, 0 insertions, 7 deletions
diff --git a/ext/bg/js/yomichan.js b/ext/bg/js/yomichan.js
index b1bf710f..d7d2317f 100644
--- a/ext/bg/js/yomichan.js
+++ b/ext/bg/js/yomichan.js
@@ -29,7 +29,6 @@ class Yomichan {
chrome.runtime.onMessage.addListener(this.onMessage.bind(this));
chrome.runtime.onInstalled.addListener(this.onInstalled.bind(this));
- chrome.browserAction.onClicked.addListener(e => chrome.runtime.openOptionsPage());
this.translator.prepare().then(optionsLoad).then(this.setOptions.bind(this));
}
@@ -51,12 +50,6 @@ class Yomichan {
return true;
}
- // setEnabled(enabled) {
- // this.enabled = enabled;
- // this.tabInvokeAll('setEnabled', this.enabled);
- // chrome.browserAction.setBadgeText({text: enabled ? '' : 'off'});
- // }
-
setOptions(options) {
this.options = options;