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