File manager - Edit - /home/custbahd/irungikitchen.com/admin/chat/javascript/pass-show-hide.js
Back
const pswrdField = document.querySelector(".form input[type='password']"), toggleIcon = document.querySelector(".form .field i"); toggleIcon.onclick = () =>{ if(pswrdField.type === "password"){ pswrdField.type = "text"; toggleIcon.classList.add("active"); }else{ pswrdField.type = "password"; toggleIcon.classList.remove("active"); } }
| ver. 1.4 |
Github
|
.
| PHP 8.1.33 | Generation time: 2.8 |
proxy
|
phpinfo
|
Settings