From 41624605f524fa424d43ab9c9ae45546d9235ba0 Mon Sep 17 00:00:00 2001 From: Alex Yatskov Date: Sun, 5 Mar 2017 11:34:14 -0800 Subject: fix options for good --- ext/bg/guide.html | 2 +- ext/bg/js/util.js | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/ext/bg/guide.html b/ext/bg/guide.html index 2d8c6536..130d6d68 100644 --- a/ext/bg/guide.html +++ b/ext/bg/guide.html @@ -26,7 +26,7 @@
  • Click on the icon in the browser toolbar to open the Yomichan options page.
  • Import the dictionaries (bundled or custom) you wish to use for term and Kanji searches.
  • Hold down Shift (or the middle mouse button) as you hover over text to see term definitions.
  • -
  • Click on the icon to hear the term pronounced by a native speaker (if audio is available).
  • +
  • Click on the icon to hear the term pronounced by a native speaker (if audio is available).
  • Click on Kanji in the definition window to view additional information about that character.
  • diff --git a/ext/bg/js/util.js b/ext/bg/js/util.js index a2d2d9d3..23173d3f 100644 --- a/ext/bg/js/util.js +++ b/ext/bg/js/util.js @@ -201,7 +201,6 @@ function optionsLoad() { return {}; } }).catch(error => { - console.log(error); return {}; }).then(options => { return optionsVersion(options); -- cgit v1.2.3