Skip to content
Snippets Groups Projects
Commit ef1e8055 authored by ynerant's avatar ynerant
Browse files

Clear note selector once a consumption is performed

parent 374e6ed7
No related branches found
No related tags found
1 merge request!104Beta
......@@ -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();
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment