Skip to content

Commit

Permalink
fix focus setting
Browse files Browse the repository at this point in the history
  • Loading branch information
antoniogamiz committed Jul 19, 2019
1 parent 8a70db0 commit 70fceb5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion template/footer.html
Expand Up @@ -26,6 +26,6 @@
<script type="text/javascript" src="/js/search.js?v=3"></script>
<script type="text/javascript">
$(document).ready(function() {
$('query').autofocus = true;
$('query').focus();
});
</script>

0 comments on commit 70fceb5

Please sign in to comment.