Set focus on the search box. fix #90

Ten commit jest zawarty w:
Sébastien Lucas 2013-09-06 20:37:05 +02:00
rodzic 07ca4eff86
commit 30b41a6cf4

Wyświetl plik

@ -251,6 +251,7 @@ function updatePage (data) {
}
document.title = data.title;
currentData = data;
setTimeout( function() { $("input[name=query]").focus() }, 500 );
debug_log (elapsed ());