We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dcb941b commit 5e66bcaCopy full SHA for 5e66bca
phpminiadmin.php
@@ -354,6 +354,8 @@ function q_next(){
354
$('q').value=ls[LSK+qcur];
355
}
356
function after_load(){
357
+ var p=document.DF.pwd;
358
+ if (p) p.focus();
359
qcur=lsmax();
360
361
function logoff(){
@@ -385,7 +387,7 @@ function sht(f){
385
387
</script>
386
388
389
</head>
-<body onload="after_load();document.DF.pwd.focus();">
390
+<body onload="after_load()">
391
<form method="post" name="DF" action="<?php echo $self?>" enctype="multipart/form-data">
392
<input type="hidden" name="XSS" value="<?php echo $_SESSION['XSS']?>">
393
<input type="hidden" name="refresh" value="">
0 commit comments