mirror of
https://github.com/nextcloud/all-in-one.git
synced 2026-02-16 18:50:20 +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() {
|
function showPassword() {
|
||||||
var Password = document.getElementById("Password");
|
var Password = document.getElementById("Password");
|
||||||
if (Password.value !== "" && x.type === "password") {
|
if (Password.value !== "" && Password.type === "password") {
|
||||||
Password.type = "text";
|
Password.type = "text";
|
||||||
} else {
|
} else {
|
||||||
Password.type = "password";
|
Password.type = "password";
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue