Profile pictures are clickable
This commit is contained in:
parent
c205219d47
commit
2851d7764c
5 changed files with 11 additions and 11 deletions
|
|
@ -145,6 +145,7 @@ function reset() {
|
|||
$("#consos_list").html("");
|
||||
$("#user_note").text("");
|
||||
$("#profile_pic").attr("src", "/media/pic/default.png");
|
||||
$("#profile_pic_link").attr("href", "#");
|
||||
refreshHistory();
|
||||
refreshBalance();
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue