mirror of
https://github.com/nextcloud/all-in-one.git
synced 2025-12-19 22:16:49 +00:00
fix js
Signed-off-by: Zoey <zoey@z0ey.de>
This commit is contained in:
parent
a77df43dff
commit
f8d02440c1
1 changed files with 1 additions and 1 deletions
|
|
@ -41,7 +41,7 @@
|
|||
|
||||
function showPassword() {
|
||||
var Password = document.getElementById("Password");
|
||||
if (Password.value !== "" && x.type === "password") {
|
||||
if (Password.value !== "" && Password.type === "password") {
|
||||
Password.type = "text";
|
||||
} else {
|
||||
Password.type = "password";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue