Busqueda con auto focus y algun cambio a nginx
This commit is contained in:
@@ -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";
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@@ -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"
|
|
||||||
/>
|
/>
|
||||||
Reference in New Issue
Block a user