Comment out javascript that hides login button

It has been reported problems with the javascript that hides the
login button so jancborchardt okayed that I made this change.
This commit is contained in:
Anders Nor Berle 2012-08-16 20:42:51 +00:00
parent 1e6dc67517
commit b6a3bf154d
1 changed files with 3 additions and 2 deletions

View File

@ -475,8 +475,9 @@ $(document).ready(function(){
}
}
// hide log in button etc. when form fields not filled
checkShowCredentials();
$('input#user, input#password').keyup(checkShowCredentials);
// commented out due to some browsers having issues with it
// checkShowCredentials();
// $('input#user, input#password').keyup(checkShowCredentials);
$('#settings #expand').keydown(function(event) {
if (event.which == 13 || event.which == 32) {