diff options
Diffstat (limited to 'ext')
-rw-r--r-- | ext/bg/js/yomichan.js | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ext/bg/js/yomichan.js b/ext/bg/js/yomichan.js index 207ab4d5..e6d0acc4 100644 --- a/ext/bg/js/yomichan.js +++ b/ext/bg/js/yomichan.js @@ -58,6 +58,7 @@ class Yomichan { }; handlers[action].call(this, data); + return true; } onBrowserAction(tab) { |