Busqueda con auto focus y algun cambio a nginx
This commit is contained in:
@@ -20,7 +20,6 @@ server {
|
||||
gzip_static on;
|
||||
|
||||
expires 7d;
|
||||
add_header Pragma "public";
|
||||
add_header Cache-Control "public";
|
||||
}
|
||||
|
||||
|
||||
@@ -32,7 +32,8 @@
|
||||
<input
|
||||
type="search"
|
||||
autocomplete="false"
|
||||
autofocus
|
||||
class="border-2 border-black py-2 px-2"
|
||||
bind:value={search}
|
||||
on:keyup|preventDefault={submit}
|
||||
class="border-2 border-black py-2 px-2"
|
||||
/>
|
||||
Reference in New Issue
Block a user