|
@@ -82,7 +82,7 @@
|
|
|
}
|
|
}
|
|
|
});
|
|
});
|
|
|
});
|
|
});
|
|
|
- function togglePW(element) {
|
|
|
|
|
|
|
+ function toggleViewPW(element) {
|
|
|
if (element.previousElementSibling.type == 'password') {
|
|
if (element.previousElementSibling.type == 'password') {
|
|
|
element.previousElementSibling.type = 'text';
|
|
element.previousElementSibling.type = 'text';
|
|
|
element.textContent = '👁 Passwort verstecken';
|
|
element.textContent = '👁 Passwort verstecken';
|