diff options
author | Alex Yatskov <alex@foosoft.net> | 2016-11-06 11:01:35 -0800 |
---|---|---|
committer | Alex Yatskov <alex@foosoft.net> | 2016-11-06 11:01:35 -0800 |
commit | 3f606a0ab00a084e7f22b232cdd5a7006ab7d636 (patch) | |
tree | 986300aaccef69f137a6395aa9dcc9b86798012d /ext/bg/js/options-form.js | |
parent | 84fd2d13f5d0f7321d0aa708902dd94cdbd3bac8 (diff) |
Combined import
Diffstat (limited to 'ext/bg/js/options-form.js')
-rw-r--r-- | ext/bg/js/options-form.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/bg/js/options-form.js b/ext/bg/js/options-form.js index 5327a04a..060ee269 100644 --- a/ext/bg/js/options-form.js +++ b/ext/bg/js/options-form.js @@ -158,7 +158,7 @@ function populateDictionaries() { // const dictGroups = $('.dictionaries'); // dictGroups.empty(); - // yomichan().translator.dictionary.getDictionaries().then(rows => { + // yomichan().translator.dictionary.getNames().then(rows => { // for (const row of rows) { // const dictPanel = $('<div>', {class: 'dictionary panel panel-default'}); // const dictRow = $('<div>', {class: 'panel-body row'}).appendTo(dictPanel); |