mirror of
https://github.com/vrana/adminer.git
synced 2025-08-18 20:31:19 +02:00
Highlight default submit button
This commit is contained in:
@@ -78,7 +78,7 @@ class Adminer {
|
||||
</table>
|
||||
<script type="text/javascript">
|
||||
var username = document.getElementById('username');
|
||||
username.focus();
|
||||
focus(username);
|
||||
username.form['auth[driver]'].onchange();
|
||||
</script>
|
||||
<?php
|
||||
|
Reference in New Issue
Block a user