Shorter Login form JS form-show code

This commit is contained in:
Jo Michael 2012-04-20 20:51:58 +02:00
parent 1b71d9d26a
commit d55332848d

View File

@ -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>