|
|
@@ -82,14 +82,4 @@
|
|
|
}
|
|
|
});
|
|
|
});
|
|
|
- function toggleViewPW(element) {
|
|
|
- if (element.previousElementSibling.type == 'password') {
|
|
|
- element.previousElementSibling.type = 'text';
|
|
|
- element.textContent = "Passwort verstecken";
|
|
|
- }
|
|
|
- if (element.previousElementSibling.type == 'text') {
|
|
|
- element.previousElementSibling.type = 'password';
|
|
|
- element.textContent = "Passwort anzeigen";
|
|
|
- }
|
|
|
- };
|
|
|
</script>
|