diff options
author | Alex Yatskov <alex@foosoft.net> | 2017-05-23 20:54:03 -0700 |
---|---|---|
committer | Alex Yatskov <alex@foosoft.net> | 2017-05-23 20:54:03 -0700 |
commit | ac406bdbf0d4b275ed8d1c48e29d0cb69e4d1800 (patch) | |
tree | 7d3e987de34c5213646d9d1ccc5afae4decbd8df /ext/bg/js/util.js | |
parent | 48693fa5942b8dc908615f73f08ceac8937b8216 (diff) |
add debug info checkbox
Diffstat (limited to 'ext/bg/js/util.js')
-rw-r--r-- | ext/bg/js/util.js | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ext/bg/js/util.js b/ext/bg/js/util.js index 09337c63..74e1f49e 100644 --- a/ext/bg/js/util.js +++ b/ext/bg/js/util.js @@ -99,6 +99,7 @@ function optionsSetDefaults(options) { audioVolume: 100, groupResults: true, softKatakana: true, + debugInfo: false, maxResults: 32, showAdvanced: false, popupWidth: 400, |