Fix autofocus and some animations

This commit is contained in:
Nicolas A. Tonne
2015-05-06 14:31:13 +02:00
parent 6c60b47837
commit f5495dba43
4 changed files with 11 additions and 7 deletions

View File

@@ -71,7 +71,7 @@ if(isset($_GET['chan'])){
required pattern="[a-zA-Z0-9]+"
spellcheck="false"
maxlength="18"
autofocus
autocomplete
/>
<label for="search">Find or create radio channel</label>
<datalist id="searches">
@@ -154,7 +154,7 @@ if(isset($_GET['chan'])){
</div>
<div class="footer-copyright">
<div class="container">
&copy; <?php echo date("Y"); ?>
&copy; 2014 - <?php echo date("Y"); ?>
<a href="//nixo.no">Nixo</a> &amp;
<a href="//kasperrt.no">KasperRT</a>
</div>