Skip to content
Snippets Groups Projects
Commit 9396b22f authored by Jan-Christoph Borchardt's avatar Jan-Christoph Borchardt Committed by Morris Jobke
Browse files

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

parent b67c4b24
No related branches found
No related tags found
No related merge requests found
......@@ -187,6 +187,8 @@ $(document).ready(function(){
});
$('.personalblock input[type=password]').placeholder();
$('#displayName').keyUpDelayedOrEnter(changeDisplayName);
$('#email').keyUpDelayedOrEnter(changeEmailAddress);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment