Fix focus when you click on cog. re #90

This commit is contained in:
Sébastien Lucas 2013-09-11 10:26:05 +02:00
parent ddde506dcb
commit 6c9c51a706
1 changed files with 1 additions and 0 deletions

View File

@ -285,6 +285,7 @@ function handleLinks () {
$("body").on ("click", ".headright", function(){
if ($("#tool").is(":hidden")) {
$("#tool").slideDown("slow");
$("input[name=query]").focus();
$.cookie('toolbar', '1', { expires: 365 });
} else {
$("#tool").slideUp();