Merge pull request #8882 from owncloud/remove-placeholdercall
remove obsolete placeholder call, fix #8881
This commit is contained in:
commit
39eeb7def9
|
@ -187,8 +187,6 @@ $(document).ready(function(){
|
|||
|
||||
});
|
||||
|
||||
$('.personalblock input[type=password]').placeholder();
|
||||
|
||||
$('#displayName').keyUpDelayedOrEnter(changeDisplayName);
|
||||
$('#email').keyUpDelayedOrEnter(changeEmailAddress);
|
||||
|
||||
|
|
Loading…
Reference in New Issue