Merge commit 'refs/merge-requests/139' of git://gitorious.org/owncloud/owncloud into merge-requests/139

This commit is contained in:
Thomas Tanghus 2012-08-18 00:40:29 +02:00
commit c3cd49926a
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) {