1
0
Fork 0

Fix focus when you click on cog. re #90

Dieser Commit ist enthalten in:
Sébastien Lucas 2013-09-11 10:26:05 +02:00
Ursprung ddde506dcb
Commit 6c9c51a706

Datei anzeigen

@ -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();