diff --git a/note_kfet/static/js/consos.js b/note_kfet/static/js/consos.js index 1dbf4641..cdd7e964 100644 --- a/note_kfet/static/js/consos.js +++ b/note_kfet/static/js/consos.js @@ -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();