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
1 changed files with 2 additions and 2 deletions

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