aboutsummaryrefslogtreecommitdiff
path: root/ext/bg/js/settings.js
diff options
context:
space:
mode:
authorAlex Yatskov <alex@foosoft.net>2017-07-29 09:55:54 -0700
committerAlex Yatskov <alex@foosoft.net>2017-07-29 09:55:54 -0700
commitb061cc914210e6c11bc419c38ec850b59d72dd4d (patch)
tree2fa3493fb4a8273a12dee3ddb315da46e36eb1b5 /ext/bg/js/settings.js
parentfea35435b22a4eeadbfcc5f29d5f9518700d4306 (diff)
cleanup
Diffstat (limited to 'ext/bg/js/settings.js')
-rw-r--r--ext/bg/js/settings.js2
1 files changed, 0 insertions, 2 deletions
diff --git a/ext/bg/js/settings.js b/ext/bg/js/settings.js
index a0406e0c..fa44c8da 100644
--- a/ext/bg/js/settings.js
+++ b/ext/bg/js/settings.js
@@ -158,8 +158,6 @@ async function onFormOptionsChanged(e) {(async () => {
})();}
function onReady() {(async () => {
- handlebarsRegister();
-
const options = await optionsLoad();
$('#show-usage-guide').prop('checked', options.general.showGuide);