Set focus on the search box. fix #90

This commit is contained in:
Sébastien Lucas 2013-09-06 20:37:05 +02:00
parent 07ca4eff86
commit 30b41a6cf4
1 changed files with 1 additions and 0 deletions

View File

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