Focus SQL query area after dom is ready.

This commit is contained in:
Michal Čihař
2010-07-20 14:14:44 +02:00
parent 318dc4b650
commit 29ccdfc1ff
2 changed files with 1 additions and 6 deletions

View File

@@ -1725,5 +1725,6 @@ $(document).ready(function(){
insertQuery(evt.target.id);
return false;
});
$('#sqlquery').focus();
});