aboutsummaryrefslogtreecommitdiff
path: root/ext/bg/settings.html
diff options
context:
space:
mode:
authortoasted-nutbread <toasted-nutbread@users.noreply.github.com>2020-09-15 19:48:58 -0400
committerGitHub <noreply@github.com>2020-09-15 19:48:58 -0400
commit79ef6e151edec51b2484cdc00242dde71958ab3b (patch)
treec16519757900ac6dfc5678982ddfb48ef49da21b /ext/bg/settings.html
parentf997f017422bba2527e620000e3a938b916f25ac (diff)
Cleanup unused utils (#832)
* Remove api.optionsSave * Remove getOptionsMutable and getOptionsFullMutable * Remove util.js * Remove yomichanBackend
Diffstat (limited to 'ext/bg/settings.html')
-rw-r--r--ext/bg/settings.html1
1 files changed, 0 insertions, 1 deletions
diff --git a/ext/bg/settings.html b/ext/bg/settings.html
index f46282e5..208f3d3f 100644
--- a/ext/bg/settings.html
+++ b/ext/bg/settings.html
@@ -1209,7 +1209,6 @@
<script src="/bg/js/anki.js"></script>
<script src="/bg/js/anki-note-builder.js"></script>
<script src="/bg/js/options.js"></script>
- <script src="/bg/js/util.js"></script>
<script src="/bg/js/database.js"></script>
<script src="/bg/js/dictionary-database.js"></script>
<script src="/bg/js/dictionary-importer.js"></script>