diff options
Diffstat (limited to 'ext/welcome.html')
-rw-r--r-- | ext/welcome.html | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/ext/welcome.html b/ext/welcome.html index 5c9f4469..da17ee2c 100644 --- a/ext/welcome.html +++ b/ext/welcome.html @@ -384,8 +384,6 @@ <!-- Scripts --> -<script src="/lib/jszip.min.js"></script> - <script src="/js/core.js"></script> <script src="/js/yomichan.js"></script> @@ -408,8 +406,8 @@ <script src="/js/general/task-accumulator.js"></script> <script src="/js/input/hotkey-util.js"></script> <script src="/js/language/dictionary-database.js"></script> -<script src="/js/language/dictionary-importer.js"></script> <script src="/js/language/dictionary-importer-media-loader.js"></script> +<script src="/js/language/dictionary-importer-threaded.js"></script> <script src="/js/media/media-util.js"></script> <script src="/js/pages/settings/dictionary-controller.js"></script> <script src="/js/pages/settings/dictionary-import-controller.js"></script> |