add missing placeholder shim for change password fields in IE8/9

This commit is contained in:
Jan-Christoph Borchardt 2014-06-02 23:39:59 +02:00 committed by Morris Jobke
parent b67c4b2441
commit 9396b22fe3

View file

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