MDL-9652 rename new password reveal to unmask

This commit is contained in:
skodak 2007-04-30 18:03:19 +00:00
parent fb01314b0e
commit 54bb33eb10
13 changed files with 27 additions and 27 deletions

View file

@ -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