diff options
author | jbukl <noreply@github.com> | 2023-10-20 23:26:31 -0400 |
---|---|---|
committer | jbukl <noreply@github.com> | 2023-10-20 23:26:31 -0400 |
commit | e39d18aaf1b8541adf927ded6c12ac4f24972759 (patch) | |
tree | 694eb3da36101ec1286c605d2f9b6391798bd203 | |
parent | c50c52560c14837655361f2958e2d0acf0455a21 (diff) |
chore: unused import
-rw-r--r-- | ext/js/offscreen/offscreen.js | 1 | ||||
-rw-r--r-- | ext/offscreen.html | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/ext/js/offscreen/offscreen.js b/ext/js/offscreen/offscreen.js index 1ff9aae3..31e2c5d6 100644 --- a/ext/js/offscreen/offscreen.js +++ b/ext/js/offscreen/offscreen.js @@ -18,7 +18,6 @@ /* global * ClipboardReader - * Environment */ /** diff --git a/ext/offscreen.html b/ext/offscreen.html index 85576998..11694636 100644 --- a/ext/offscreen.html +++ b/ext/offscreen.html @@ -23,7 +23,6 @@ <script src="/js/yomichan.js"></script> <script src="/js/comm/clipboard-reader.js"></script> -<script src="/js/extension/environment.js"></script> <script src="/js/offscreen/offscreen.js"></script> <script src="/js/offscreen/offscreen-main.js"></script> |