fix options for good
This commit is contained in:
parent
592f15f96c
commit
41624605f5
@ -26,7 +26,7 @@
|
||||
<li>Click on the <img src="/mixed/img/icon16.png" alt> icon in the browser toolbar to open the Yomichan options page.</li>
|
||||
<li>Import the dictionaries (bundled or custom) you wish to use for term and Kanji searches.</li>
|
||||
<li>Hold down <kbd>Shift</kbd> (or the middle mouse button) as you hover over text to see term definitions.</li>
|
||||
<li>Click on the <img src="/mixed/fg/img/play_audio.png" alt> icon to hear the term pronounced by a native speaker (if audio is available).</li>
|
||||
<li>Click on the <img src="/mixed/img/play-audio.png" alt> icon to hear the term pronounced by a native speaker (if audio is available).</li>
|
||||
<li>Click on Kanji in the definition window to view additional information about that character.</li>
|
||||
</ol>
|
||||
</div>
|
||||
|
@ -201,7 +201,6 @@ function optionsLoad() {
|
||||
return {};
|
||||
}
|
||||
}).catch(error => {
|
||||
console.log(error);
|
||||
return {};
|
||||
}).then(options => {
|
||||
return optionsVersion(options);
|
||||
|
Loading…
Reference in New Issue
Block a user