aboutsummaryrefslogtreecommitdiff
path: root/ext/bg/js/yomichan.js
diff options
context:
space:
mode:
authorAlex Yatskov <alex@foosoft.net>2016-04-06 21:02:31 -0700
committerAlex Yatskov <alex@foosoft.net>2016-04-06 21:02:31 -0700
commit03b02070b7b5ec14867c286c5aafc9f676ccea91 (patch)
treeb3d7241b9bf42e6dd62428af0381cdcbac298d2e /ext/bg/js/yomichan.js
parent53b63e8ddcdfdb81990a0f406c92f2d3188e707d (diff)
Add load on startup checkbox
Diffstat (limited to 'ext/bg/js/yomichan.js')
-rw-r--r--ext/bg/js/yomichan.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/bg/js/yomichan.js b/ext/bg/js/yomichan.js
index fe7007eb..05da4007 100644
--- a/ext/bg/js/yomichan.js
+++ b/ext/bg/js/yomichan.js
@@ -83,7 +83,7 @@ class Yomichan {
}
updateOptions(options) {
- this.options = sanitizeOptions(options);
+ this.options = options;
Yomichan.notifyChange('options', this.options);
}