diff --git a/ext/bg/js/display-window.js b/ext/bg/js/display-window.js index 568c5526..f0d920e5 100644 --- a/ext/bg/js/display-window.js +++ b/ext/bg/js/display-window.js @@ -45,6 +45,7 @@ window.displayWindow = new class extends Display { onSearch(e) { e.preventDefault(); + $('#intro').slideUp(); instYomi().termsFind($('#query').val()).then(({length, definitions}) => { super.showTermDefs(definitions, instYomi().options); }).catch(this.handleError.bind(this)); diff --git a/ext/bg/search.html b/ext/bg/search.html index 937cc602..f158306d 100644 --- a/ext/bg/search.html +++ b/ext/bg/search.html @@ -9,6 +9,13 @@
+
+ +

Search your installed dictionaries by entering a Japanese expression into the field below.

+
+