summaryrefslogtreecommitdiff
path: root/ext/bg
diff options
context:
space:
mode:
authorAlex Yatskov <alex@foosoft.net>2017-07-16 12:59:16 -0700
committerAlex Yatskov <alex@foosoft.net>2017-07-16 12:59:16 -0700
commit7dd75082abd31b725d9907a93ab97fe1434bab04 (patch)
treecba432fcc5cc5b5b47e119e45881071961013a91 /ext/bg
parentb26aea4d81416e95fbf12c4e8407bff3f25518f7 (diff)
rename options to settings
Diffstat (limited to 'ext/bg')
-rw-r--r--ext/bg/js/settings.js (renamed from ext/bg/js/options.js)0
-rw-r--r--ext/bg/settings.html (renamed from ext/bg/options.html)2
2 files changed, 1 insertions, 1 deletions
diff --git a/ext/bg/js/options.js b/ext/bg/js/settings.js
index e105f1b2..e105f1b2 100644
--- a/ext/bg/js/options.js
+++ b/ext/bg/js/settings.js
diff --git a/ext/bg/options.html b/ext/bg/settings.html
index 34728d90..19dfec22 100644
--- a/ext/bg/options.html
+++ b/ext/bg/settings.html
@@ -277,6 +277,6 @@
<script src="/mixed/lib/handlebars.min.js"></script>
<script src="/bg/js/templates.js"></script>
<script src="/bg/js/util.js"></script>
- <script src="/bg/js/options.js"></script>
+ <script src="/bg/js/settings.js"></script>
</body>
</html>