add missing placeholder shim for change password fields in IE8/9
This commit is contained in:
parent
b67c4b2441
commit
9396b22fe3
1 changed files with 2 additions and 0 deletions
|
@ -187,6 +187,8 @@ $(document).ready(function(){
|
|||
|
||||
});
|
||||
|
||||
$('.personalblock input[type=password]').placeholder();
|
||||
|
||||
$('#displayName').keyUpDelayedOrEnter(changeDisplayName);
|
||||
$('#email').keyUpDelayedOrEnter(changeEmailAddress);
|
||||
|
||||
|
|
Loading…
Reference in a new issue