Skip to content

Commit

Permalink
Update setting.js
Browse files Browse the repository at this point in the history
  • Loading branch information
star7th authored Sep 27, 2017
1 parent 0cc9e31 commit 54f95e5
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Public/js/item/setting.js
Original file line number Diff line number Diff line change
Expand Up @@ -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);
}
Expand Down Expand Up @@ -276,4 +277,4 @@ $(function(){
return false;
});

});
});

0 comments on commit 54f95e5

Please sign in to comment.