From 9526f43ed486f4a3999e39111edddb36053768b4 Mon Sep 17 00:00:00 2001 From: HB9HIL Date: Sun, 17 Dec 2023 20:21:38 +0100 Subject: [PATCH] typo --- assets/js/sections/common.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/assets/js/sections/common.js b/assets/js/sections/common.js index f62a30b5..e4e8a2dc 100644 --- a/assets/js/sections/common.js +++ b/assets/js/sections/common.js @@ -581,7 +581,7 @@ function btn_pwd_showhide() { $(this).closest('div').find('.fa-eye-slash').removeClass('fa-eye-slash').addClass('fa-eye'); } else { $(this).closest('div').find('input[type="text"]').attr('type','password'); - $(this).closest('div').find('.fa-eye').removeClass('Òfa-eye').addClass('fa-eye-slash'); + $(this).closest('div').find('.fa-eye').removeClass('fa-eye').addClass('fa-eye-slash'); } } $('.user_edit .btn-pwd-showhide').off('click').on('click', btn_pwd_showhide ); \ No newline at end of file