Move default profile picture in member app
This commit is contained in:
parent
bf7f5b9cd6
commit
be6cf93cdb
6 changed files with 5 additions and 5 deletions
|
|
@ -158,7 +158,7 @@ function reset() {
|
|||
$("#consos_list").html("");
|
||||
$("#note").val("");
|
||||
$("#note").attr("data-original-title", "").tooltip("hide");
|
||||
$("#profile_pic").attr("src", "/media/pic/default.png");
|
||||
$("#profile_pic").attr("src", "/static/member/img/default_picture.png");
|
||||
$("#profile_pic_link").attr("href", "#");
|
||||
refreshHistory();
|
||||
refreshBalance();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue