Set focus to navbar search on initial login or when changing to home (closes #24)

This commit is contained in:
Oliver Gorwits
2012-08-27 20:50:45 +01:00
parent f41a5a58ce
commit 52468b0ac0
4 changed files with 12 additions and 9 deletions

View File

@@ -46,6 +46,8 @@
<input type="hidden" name="path" value="[% vars.requested_path %]"/>
[% END %]
</form>
[% ELSE %]
<script type="text/javascript"> $('#nq').focus(); // set focus to navbar search </script>
[% END %]
</div>
</div>