chrome is stupid
This commit is contained in:
parent
e7cdf69969
commit
270c681438
1 changed files with 5 additions and 1 deletions
|
@ -33,7 +33,11 @@
|
||||||
</li>
|
</li>
|
||||||
<% } %>
|
<% } %>
|
||||||
</ul>
|
</ul>
|
||||||
<input type="text" id="search" name="search" placeholder="Search" value="" />
|
<form autocomplete="one-time-code">
|
||||||
|
<!-- Chrome is stupid and will autofill the user name into the search bar sometimes-->
|
||||||
|
<input type="text" name="user" value="<%= user.username %>" style="display:none;"/>
|
||||||
|
<input autocomplete="one-time-code" type="text" id="search" name="search" placeholder="Search" value="" />
|
||||||
|
</form>
|
||||||
</nav>
|
</nav>
|
||||||
</header>
|
</header>
|
||||||
<form hx-post="/" encType="multipart/form-data" hx-target="#embedder-list" hx-swap="innerHTML">
|
<form hx-post="/" encType="multipart/form-data" hx-target="#embedder-list" hx-swap="innerHTML">
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue