Browse Source

Update setting.js

star7th 7 years ago
parent
commit
54f95e5d5c
1 changed files with 2 additions and 1 deletions
  1. 2 1
      Public/js/item/setting.js

+ 2 - 1
Public/js/item/setting.js

@@ -25,6 +25,7 @@ $(function(){
             $("#item_description").val(data.data.item_description);
             $("#item_domain").val(data.data.item_domain);
             $("#password").val(data.data.password);
+            $("#password").attr('type','password');
           }else{
             $.alert(data.error_message);
           }
@@ -276,4 +277,4 @@ $(function(){
       return false;
     });
 
-  });
+  });