MDL-9652 rename new password reveal to unmask
This commit is contained in:
@@ -280,9 +280,9 @@ function showAdvancedOnClick(button, hidetext, showtext){
|
||||
return false;
|
||||
}
|
||||
|
||||
function revealPassword(id) {
|
||||
function unmaskPassword(id) {
|
||||
var pw = document.getElementById(id);
|
||||
var chb = document.getElementById(id+'reveal');
|
||||
var chb = document.getElementById(id+'unmask');
|
||||
|
||||
try {
|
||||
// first try IE way - it can not set name attribute later
|
||||
|
||||
Reference in New Issue
Block a user