diff options
| author | Alex Yatskov <alex@foosoft.net> | 2016-10-18 21:29:39 -0700 | 
|---|---|---|
| committer | Alex Yatskov <alex@foosoft.net> | 2016-10-18 21:29:39 -0700 | 
| commit | a4a67be455aa8ac75efbee6183225fb8d70346d8 (patch) | |
| tree | 482b0af853c072c0dc045eb5554e1280f72236a1 | |
| parent | e7a9215959ba5154bca8c1c4294fcbaccaffca48 (diff) | |
| parent | 910af58b34f5341a0f1fd3347efd2e7ab2ca3be3 (diff) | |
Merge branch 'master' into dev
| -rw-r--r-- | ext/bg/js/options-form.js | 21 | ||||
| -rw-r--r-- | ext/manifest.json | 2 | 
2 files changed, 3 insertions, 20 deletions
| diff --git a/ext/bg/js/options-form.js b/ext/bg/js/options-form.js index c6bc5ae9..170b1e8c 100644 --- a/ext/bg/js/options-form.js +++ b/ext/bg/js/options-form.js @@ -43,25 +43,8 @@ function modelIdToFieldOptKey(id) {  function modelIdToMarkers(id) {      return { -        'anki-term-model': [ -            'audio', -            'expression', -            'expression-furigana', -            'glossary', -            'glossary-list', -            'reading', -            'sentence', -            'tags', -            'url' -        ], -        'anki-kanji-model': [ -            'character', -            'glossary', -            'glossary-list', -            'kunyomi', -            'onyomi', -            'url' -        ], +        'anki-term-model': ['audio', 'expression', 'glossary', 'glossary-list', 'reading', 'sentence', 'tags', 'url'], +        'anki-kanji-model': ['character', 'glossary', 'glossary-list', 'kunyomi', 'onyomi', 'url'],      }[id];  } diff --git a/ext/manifest.json b/ext/manifest.json index 84ffc026..ecbdb8bb 100644 --- a/ext/manifest.json +++ b/ext/manifest.json @@ -1,7 +1,7 @@  {      "manifest_version": 2,      "name": "Yomichan", -    "version": "0.993", +    "version": "0.994",      "description": "Japanese dictionary with Anki integration",      "icons": {"16": "img/icon16.png", "48": "img/icon48.png", "128": "img/icon128.png"}, |