aboutsummaryrefslogtreecommitdiff
path: root/ext/bg/settings.html
diff options
context:
space:
mode:
authortoasted-nutbread <toasted-nutbread@users.noreply.github.com>2019-12-01 15:43:53 -0500
committertoasted-nutbread <toasted-nutbread@users.noreply.github.com>2019-12-01 17:02:01 -0500
commit65e9d477439ec8d29584bacb63ef873978a8afc8 (patch)
tree406f5716a0d1aaf168a4cae982499627dd30ec06 /ext/bg/settings.html
parent69ba665a4fb547cd474aad6ee447e6487f9b77ab (diff)
Move storage settings into new script
Diffstat (limited to 'ext/bg/settings.html')
-rw-r--r--ext/bg/settings.html1
1 files changed, 1 insertions, 0 deletions
diff --git a/ext/bg/settings.html b/ext/bg/settings.html
index 5539b1b9..1b527327 100644
--- a/ext/bg/settings.html
+++ b/ext/bg/settings.html
@@ -887,6 +887,7 @@
<script src="/bg/js/settings/audio.js"></script>
<script src="/bg/js/settings/dictionaries.js"></script>
<script src="/bg/js/settings/profiles.js"></script>
+ <script src="/bg/js/settings/storage.js"></script>
<script src="/bg/js/settings/main.js"></script>
</body>