Skip to content

Commit

Permalink
hotfix: 修复搜索触发
Browse files Browse the repository at this point in the history
  • Loading branch information
AirboZH committed Sep 21, 2023
1 parent 110439d commit af90658
Showing 1 changed file with 10 additions and 9 deletions.
19 changes: 10 additions & 9 deletions templates/modules/topbar.html
Original file line number Diff line number Diff line change
Expand Up @@ -32,15 +32,16 @@
</button>
<search class="align-items-center ms-3 ms-lg-0">
<i class="fas fa-search fa-fw"></i>
<a href="javascript:SearchWidget.open()" title="搜索"></a>
<input
class="form-control"
id="search-input"
type="search"
aria-label="search"
autocomplete="off"
placeholder="搜索"
>
<a href="javascript:SearchWidget.open()" title="搜索">
<input
class="form-control"
id="search-input"
type="search"
aria-label="search"
autocomplete="off"
placeholder="搜索"
>
</a>
</search>
<button type="button" class="btn btn-link text-decoration-none" id="search-cancel">
取消
Expand Down

0 comments on commit af90658

Please sign in to comment.