diff options
author | toasted-nutbread <toasted-nutbread@users.noreply.github.com> | 2021-02-12 20:37:43 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-02-12 20:37:43 -0500 |
commit | 8454f52378b9410393262122c6920606e187e18f (patch) | |
tree | aee59787dc825fcb47ae06a404be33cf6521f774 /ext/bg/js/backend.js | |
parent | f70464e5f36e342c345d38823d5a7e4712df8df0 (diff) |
Move more data files (#1373)
* Move deinflect.json
* Move button.mp3
* Move fonts
Diffstat (limited to 'ext/bg/js/backend.js')
-rw-r--r-- | ext/bg/js/backend.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/bg/js/backend.js b/ext/bg/js/backend.js index 3970fe2d..a1f5e6d1 100644 --- a/ext/bg/js/backend.js +++ b/ext/bg/js/backend.js @@ -207,7 +207,7 @@ class Backend { yomichan.logError(e); } - const deinflectionReasions = await this._fetchAsset('/bg/lang/deinflect.json', true); + const deinflectionReasions = await this._fetchAsset('/data/deinflect.json', true); this._translator.prepare(deinflectionReasions); await this._optionsUtil.prepare(); |