aboutsummaryrefslogtreecommitdiff
path: root/ext/mixed
diff options
context:
space:
mode:
authorsiikamiika <siikamiika@users.noreply.github.com>2020-03-02 10:35:46 +0200
committersiikamiika <siikamiika@users.noreply.github.com>2020-03-02 10:35:46 +0200
commitbd48d2f919e1387063c66ef91c40ec86a1131118 (patch)
tree8116d3efa3199d6664592c86d8530548113a01cb /ext/mixed
parent967e99b7f69d24fc76999675cef44b919602dd31 (diff)
fix Yomichan core message issues
Diffstat (limited to 'ext/mixed')
-rw-r--r--ext/mixed/js/core.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/mixed/js/core.js b/ext/mixed/js/core.js
index a3cb2459..b7ac8743 100644
--- a/ext/mixed/js/core.js
+++ b/ext/mixed/js/core.js
@@ -280,7 +280,7 @@ const yomichan = (() => {
]);
chrome.runtime.onMessage.addListener(this._onMessage.bind(this));
- chrome.runtime.sendMessage({action: 'yomichanOnline'});
+ chrome.runtime.sendMessage({action: 'yomichanCoreReady'});
}
// Public