aboutsummaryrefslogtreecommitdiff
path: root/ext/welcome.html
diff options
context:
space:
mode:
authortoasted-nutbread <toasted-nutbread@users.noreply.github.com>2021-08-14 11:46:26 -0400
committerGitHub <noreply@github.com>2021-08-14 11:46:26 -0400
commit3e350bd563886e49fed309731d99f37e6f3ab320 (patch)
tree688f3ca34cc53203df99b2126e334e3c817da281 /ext/welcome.html
parentcd78d56feedef1475ce8ddb98e208c7a004819df (diff)
Dictionary worker refactor (#1894)
* Rename dictionary worker files * Rename classes * Rename file * Rename class * Generalize the _invoke method * Rename 'import' to 'importDictionary' * Improve DictionaryImporterMediaLoader usage * Refactor message handler * Generalize onProgress event
Diffstat (limited to 'ext/welcome.html')
-rw-r--r--ext/welcome.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/welcome.html b/ext/welcome.html
index da17ee2c..9a6ba09d 100644
--- a/ext/welcome.html
+++ b/ext/welcome.html
@@ -406,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-database-modifier.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>