aboutsummaryrefslogtreecommitdiff
path: root/ext/sw.js
diff options
context:
space:
mode:
authortoasted-nutbread <toasted-nutbread@users.noreply.github.com>2021-02-13 21:28:47 -0500
committerGitHub <noreply@github.com>2021-02-13 21:28:47 -0500
commitdeed5027cd18bcdb9cb9d13cb7831be0ec5384e8 (patch)
treec4df1967a117bf05398b694290e2960b8ff4e970 /ext/sw.js
parente9358997c03ee6ca2b5e9f26e8e416c8508c88e6 (diff)
Move mixed/lib/ to lib/ (#1382)
Diffstat (limited to 'ext/sw.js')
-rw-r--r--ext/sw.js4
1 files changed, 2 insertions, 2 deletions
diff --git a/ext/sw.js b/ext/sw.js
index d18d367a..6516cdbf 100644
--- a/ext/sw.js
+++ b/ext/sw.js
@@ -16,8 +16,8 @@
*/
self.importScripts(
- '/mixed/lib/parse5.js',
- '/mixed/lib/wanakana.min.js',
+ '/lib/parse5.js',
+ '/lib/wanakana.min.js',
'/mixed/js/core.js',
'/mixed/js/yomichan.js',
'/mixed/js/environment.js',