/** * On mouseover change the password input to text and change back * * @type {HTMLElement} */ let realSMSForm = document.getElementById('tabs'); if (realSMSForm) { /* * Find all input fields in 'tabs' div. */ let inputs = realSMSForm.getElementsByTagName('input'); for (let i=0; i