From 407da51918d9621932bc6f8de4cf9b87efc78ef5 Mon Sep 17 00:00:00 2001 From: Alex Yatskov Date: Mon, 7 Nov 2016 21:02:13 -0800 Subject: [PATCH] WIP --- ext/bg/js/options-form.js | 2 +- ext/bg/options.html | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/ext/bg/js/options-form.js b/ext/bg/js/options-form.js index 795cdaff..b9ca1e0a 100644 --- a/ext/bg/js/options-form.js +++ b/ext/bg/js/options-form.js @@ -116,7 +116,7 @@ function updateVisibility(opts) { } function populateDictionaries(opts) { - const dictGroups = $('.dict-groups'); + const dictGroups = $('#dict-groups'); dictGroups.empty(); const dictError = $('#dict-error'); diff --git a/ext/bg/options.html b/ext/bg/options.html index 651f5723..d7aead07 100644 --- a/ext/bg/options.html +++ b/ext/bg/options.html @@ -65,7 +65,7 @@

Dictionaries

-
+
Error: