Shorter Login form JS form-show code
This commit is contained in:
parent
1b71d9d26a
commit
d55332848d
@ -159,9 +159,8 @@ function PMA_auth()
|
||||
<script type="text/javascript">
|
||||
//<![CDATA[
|
||||
// reveal the login form to users with JS enabled
|
||||
$(document).ready(function () {
|
||||
$('form.login').show();
|
||||
$('div.language').show();
|
||||
$(function () {
|
||||
$('.hide').show();
|
||||
});
|
||||
//]]>
|
||||
</script>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user