From 2b3550bd337381ba602df9d89e143e2927df9797 Mon Sep 17 00:00:00 2001 From: Alex Yatskov Date: Mon, 2 May 2016 21:53:12 -0700 Subject: Async fix --- ext/bg/js/yomichan.js | 1 + 1 file changed, 1 insertion(+) (limited to 'ext/bg') 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) { -- cgit v1.2.3