diff options
author | Alex Yatskov <alex@foosoft.net> | 2016-06-13 21:50:47 -0700 |
---|---|---|
committer | Alex Yatskov <alex@foosoft.net> | 2016-06-14 20:44:38 -0700 |
commit | 96dd2d45f953e129bbf164d31754493041628014 (patch) | |
tree | 89d742cc1d89b0650a4c77d40f034dc0ed80bd84 /ext/bg/js/options.js | |
parent | 19c9a16e464802aaf224c5bc74544cf04ea04769 (diff) |
Removing HTML option
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 f689c90a..d0b7f4ca 100644 --- a/ext/bg/js/options.js +++ b/ext/bg/js/options.js @@ -25,7 +25,6 @@ function sanitizeOptions(options) { loadEnamDict: false, enableAnkiConnect: false, ankiCardTags: ['yomichan'], - ankiHtmlCards: true, ankiVocabDeck: '', ankiVocabModel: '', ankiVocabFields: {}, |