diff options
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); |