diff options
author | siikamiika <siikamiika@users.noreply.github.com> | 2020-03-02 04:51:45 +0200 |
---|---|---|
committer | siikamiika <siikamiika@users.noreply.github.com> | 2020-03-02 04:51:45 +0200 |
commit | 967e99b7f69d24fc76999675cef44b919602dd31 (patch) | |
tree | 4128ebda33c7ff04a597f03a2ea46c183ae22f18 /ext/fg/js/frontend.js | |
parent | e6e5f23cf8481db31b94c18244f404dd3374ad90 (diff) |
ensure Backend prepare in other places
Diffstat (limited to 'ext/fg/js/frontend.js')
-rw-r--r-- | ext/fg/js/frontend.js | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ext/fg/js/frontend.js b/ext/fg/js/frontend.js index 929ab56a..203366c3 100644 --- a/ext/fg/js/frontend.js +++ b/ext/fg/js/frontend.js @@ -52,6 +52,7 @@ class Frontend extends TextScanner { async prepare() { try { + await yomichan.prepare(); await this.updateOptions(); const {zoomFactor} = await apiGetZoom(); this._pageZoomFactor = zoomFactor; |