Busqueda con auto focus y algun cambio a nginx

This commit is contained in:
2021-12-16 01:26:37 -03:00
parent cf64b2d040
commit 46509369a6
2 changed files with 2 additions and 2 deletions

View File

@@ -20,7 +20,6 @@ server {
gzip_static on; gzip_static on;
expires 7d; expires 7d;
add_header Pragma "public";
add_header Cache-Control "public"; add_header Cache-Control "public";
} }

View File

@@ -32,7 +32,8 @@
<input <input
type="search" type="search"
autocomplete="false" autocomplete="false"
autofocus
class="border-2 border-black py-2 px-2"
bind:value={search} bind:value={search}
on:keyup|preventDefault={submit} on:keyup|preventDefault={submit}
class="border-2 border-black py-2 px-2"
/> />