1
0
mirror of https://gitlab.crans.org/bde/nk20 synced 2025-06-30 05:01:10 +02:00

Profile pictures are clickable

This commit is contained in:
Yohann D'ANELLO
2020-08-05 19:52:36 +02:00
parent c205219d47
commit 2851d7764c
5 changed files with 11 additions and 11 deletions

View File

@ -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();