Merge branch 'master' of git://phpmyadmin.git.sourceforge.net/gitroot/phpmyadmin/phpmyadmin
Conflicts: libraries/export/latex.php themes/darkblue_orange/css/theme_right.css.php themes/original/css/theme_right.css.php
This commit is contained in:
@@ -1726,6 +1726,13 @@ $(document).ready(function(){
|
||||
return false;
|
||||
});
|
||||
$('#sqlquery').focus();
|
||||
if ($('#input_username')) {
|
||||
if ($('#input_username').val() == '') {
|
||||
$('#input_username').focus();
|
||||
} else {
|
||||
$('#input_password').focus();
|
||||
}
|
||||
}
|
||||
});
|
||||
|
||||
/**
|
||||
|
Reference in New Issue
Block a user