aboutsummaryrefslogtreecommitdiff
path: root/ext/fg/js/frontend.js
diff options
context:
space:
mode:
authorsiikamiika <siikamiika@users.noreply.github.com>2020-03-02 12:01:53 +0200
committersiikamiika <siikamiika@users.noreply.github.com>2020-03-02 12:01:53 +0200
commita05a05c4f49d97f44dc3e1599906047c4a346512 (patch)
tree8598fe1a26ff536b74fe88ec3706bd93df2de1cd /ext/fg/js/frontend.js
parent56b2f2c853494b228aa4467a64ed91486432bffd (diff)
fix content script entry point Yomichan prepare
Covers Popup stuff in addition to Frontend
Diffstat (limited to 'ext/fg/js/frontend.js')
-rw-r--r--ext/fg/js/frontend.js1
1 files changed, 0 insertions, 1 deletions
diff --git a/ext/fg/js/frontend.js b/ext/fg/js/frontend.js
index 203366c3..929ab56a 100644
--- a/ext/fg/js/frontend.js
+++ b/ext/fg/js/frontend.js
@@ -52,7 +52,6 @@ class Frontend extends TextScanner {
async prepare() {
try {
- await yomichan.prepare();
await this.updateOptions();
const {zoomFactor} = await apiGetZoom();
this._pageZoomFactor = zoomFactor;