diff options
| author | Loek Le Blansch <loek@pipeframe.xyz> | 2024-07-03 14:08:21 +0200 | 
|---|---|---|
| committer | Loek Le Blansch <loek@pipeframe.xyz> | 2024-07-03 14:08:21 +0200 | 
| commit | 0b905b2dd3d470301cef8bc22dfb2a323de826bb (patch) | |
| tree | cdebe8d10f156e98dff64866970adbe421e48dbf /ext/search.html | |
| parent | 066ca66fc4033da39d0aecd73b0f5c200cb3f3ed (diff) | |
Diffstat (limited to 'ext/search.html')
| -rw-r--r-- | ext/search.html | 1 | 
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> |