remove obsolete placeholder call, fix #8881
This commit is contained in:
parent
ca43fba513
commit
e26936e94f
|
@ -187,8 +187,6 @@ $(document).ready(function(){
|
||||||
|
|
||||||
});
|
});
|
||||||
|
|
||||||
$('.personalblock input[type=password]').placeholder();
|
|
||||||
|
|
||||||
$('#displayName').keyUpDelayedOrEnter(changeDisplayName);
|
$('#displayName').keyUpDelayedOrEnter(changeDisplayName);
|
||||||
$('#email').keyUpDelayedOrEnter(changeEmailAddress);
|
$('#email').keyUpDelayedOrEnter(changeEmailAddress);
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue