remove obsolete placeholder call, fix #8881

This commit is contained in:
Jan-Christoph Borchardt 2014-06-04 18:44:12 +02:00
parent ca43fba513
commit e26936e94f
1 changed files with 0 additions and 2 deletions

View File

@ -187,8 +187,6 @@ $(document).ready(function(){
});
$('.personalblock input[type=password]').placeholder();
$('#displayName').keyUpDelayedOrEnter(changeDisplayName);
$('#email').keyUpDelayedOrEnter(changeEmailAddress);