mirror of
https://gitlab.crans.org/bde/nk20
synced 2025-06-29 12:50:55 +02:00
Clear and hide tooltips when the conso/transfer page is cleared
This commit is contained in:
@ -157,6 +157,7 @@ function reset() {
|
||||
$("#note_list").html("");
|
||||
$("#consos_list").html("");
|
||||
$("#user_note").text("");
|
||||
$("#user_note").attr("data-original-title", "").tooltip("hide");
|
||||
$("#profile_pic").attr("src", "/media/pic/default.png");
|
||||
$("#profile_pic_link").attr("href", "#");
|
||||
refreshHistory();
|
||||
|
Reference in New Issue
Block a user