mirror of
https://gitlab.com/nekoya/web.git
synced 2025-01-08 03:22:13 +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
|
@ -6,12 +6,3 @@ function revealhidePassword() {
|
||||||
x.type = "password";
|
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