aboutsummaryrefslogtreecommitdiff
path: root/ext/search.html
diff options
context:
space:
mode:
Diffstat (limited to 'ext/search.html')
-rw-r--r--ext/search.html1
1 files changed, 1 insertions, 0 deletions
diff --git a/ext/search.html b/ext/search.html
index 4324dad5..e2c2f525 100644
--- a/ext/search.html
+++ b/ext/search.html
@@ -59,6 +59,7 @@
<div class="search-header">
<div class="search-textbox-container">
<textarea id="search-textbox" class="scrollbar" placeholder="Input a term, expression, sentence, or block of text" autocomplete="off" lang="ja" autofocus></textarea>
+ <button type="button" id="anki-sentence-export-button" class="search-button"><span class="icon" data-icon="copy"></span></button>
<button type="button" id="search-back-button" class="search-button" hidden><span class="icon" data-icon="left-chevron"></span></button>
<button type="button" id="search-button" class="search-button"><span class="icon" data-icon="magnifying-glass"></span></button>
</div>