mirror of
https://github.com/moodle/moodle.git
synced 2025-08-04 16:36:37 +02:00
MDL-9652 rename new password reveal to unmask
This commit is contained in:
parent
fb01314b0e
commit
54bb33eb10
13 changed files with 27 additions and 27 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue