summaryrefslogtreecommitdiff
path: root/ext/bg/js/context.js
diff options
context:
space:
mode:
Diffstat (limited to 'ext/bg/js/context.js')
-rw-r--r--ext/bg/js/context.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/bg/js/context.js b/ext/bg/js/context.js
index b288a79a..38a82636 100644
--- a/ext/bg/js/context.js
+++ b/ext/bg/js/context.js
@@ -63,7 +63,7 @@ window.addEventListener('DOMContentLoaded', () => {
depth: 0,
url: window.location.href
};
- apiOptionsGet(optionsContext).then(options => {
+ apiOptionsGet(optionsContext).then((options) => {
const toggle = document.querySelector('#enable-search');
toggle.checked = options.general.enable;
toggle.addEventListener('change', () => apiCommandExec('toggle'), false);