diff options
author | toasted-nutbread <toasted-nutbread@users.noreply.github.com> | 2021-07-31 14:46:09 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-07-31 14:46:09 -0400 |
commit | 8c4a50f68c9543c14cfe76abd2f6f42135b0e13d (patch) | |
tree | 9c7f252952a37b117f298b9b08a6c07418049c7f /ext/welcome.html | |
parent | 992c8bcf75b9477e1652cf2a458418e375903cc0 (diff) |
DictionaryImporterThreaded (#1865)
* Create new classes for importing dictionaries from a separate thread
* Use threaded importer
* Update worker tests
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> |