diff --git a/note_kfet/static/js/consos.js b/note_kfet/static/js/consos.js
index 1dbf46411be9c79af3527c44bea45c100214c1ba..cdd7e964d2b5068f743132c80328d3f9492756c5 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();