diff options
author | Alex Yatskov <alex@foosoft.net> | 2017-07-19 21:41:30 -0700 |
---|---|---|
committer | Alex Yatskov <alex@foosoft.net> | 2017-07-19 21:41:30 -0700 |
commit | ac2e079c98f87acfbafd2105461885a1cb199c76 (patch) | |
tree | 7ed953a25ce01176a1578b7d13c4652f55658190 /ext/bg/js/options.js | |
parent | fe137e94c92cf0366735936b6ac82dc147b1ad33 (diff) |
cleanup
Diffstat (limited to 'ext/bg/js/options.js')
-rw-r--r-- | ext/bg/js/options.js | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/ext/bg/js/options.js b/ext/bg/js/options.js index a9345fdd..d611ae59 100644 --- a/ext/bg/js/options.js +++ b/ext/bg/js/options.js @@ -127,6 +127,5 @@ function optionsSave(options) { chrome.storage.local.set({options: JSON.stringify(options)}, resolve); }).then(() => { instYomi().optionsSet(options); - fgOptionsSet(options); }); } |