diff options
author | Alex Yatskov <alex@foosoft.net> | 2017-05-24 20:29:50 -0700 |
---|---|---|
committer | Alex Yatskov <alex@foosoft.net> | 2017-05-24 20:29:50 -0700 |
commit | 867f7dd24f21c3cb11642290a78507bd7012de52 (patch) | |
tree | 850d9d11761f37892c529db6742fee742baa717a /ext/bg/js/util.js | |
parent | 0efab9773d0cc6586eb4a1f271821795b6d07f5c (diff) |
make soft katakana search be implicit
Diffstat (limited to 'ext/bg/js/util.js')
-rw-r--r-- | ext/bg/js/util.js | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/ext/bg/js/util.js b/ext/bg/js/util.js index 593e7d03..6e97b0ea 100644 --- a/ext/bg/js/util.js +++ b/ext/bg/js/util.js @@ -98,7 +98,6 @@ function optionsSetDefaults(options) { audioSource: 'jpod101', audioVolume: 100, groupResults: true, - softKatakana: true, debugInfo: false, maxResults: 32, showAdvanced: false, |