mirror of
https://gitlab.com/nekoya/web.git
synced 2025-01-05 10:24:43 +01:00
register js - Remove unused function
This commit is contained in:
parent
c3f59d54a2
commit
d200816965
1 changed files with 0 additions and 9 deletions
|
@ -5,13 +5,4 @@ function revealhidePassword() {
|
|||
} else {
|
||||
x.type = "password";
|
||||
}
|
||||
}
|
||||
|
||||
function revealhideConfirmationPassword() {
|
||||
const x = document.getElementById("password_confirmation");
|
||||
if (x.type === "password") {
|
||||
x.type = "text";
|
||||
} else {
|
||||
x.type = "password";
|
||||
}
|
||||
}
|
Loading…
Reference in a new issue