Forráskód Böngészése

Update setting.js

star7th 7 éve
szülő
commit
54f95e5d5c
1 módosított fájl, 2 hozzáadás és 1 törlés
  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;
     });
 
-  });
+  });