1
0
mirror of https://gitlab.crans.org/bde/nk20 synced 2024-12-23 07:52:23 +00:00

Clear note selector once a consumption is performed

This commit is contained in:
Yohann D'ANELLO 2020-08-30 15:18:34 +02:00
parent 374e6ed7f8
commit ef1e805538

View File

@ -156,8 +156,8 @@ function reset() {
buttons.length = 0;
$("#note_list").html("");
$("#consos_list").html("");
$("#user_note").text("");
$("#user_note").attr("data-original-title", "").tooltip("hide");
$("#note").val("");
$("#note").attr("data-original-title", "").tooltip("hide");
$("#profile_pic").attr("src", "/media/pic/default.png");
$("#profile_pic_link").attr("href", "#");
refreshHistory();