标题栏去掉转义处理

This commit is contained in:
chubo
2015-07-21 16:35:59 +08:00
parent b588c45e1c
commit ea57971114

View File

@@ -854,7 +854,7 @@ Note.renderNote = function(note) {
return;
}
// title
$("#noteTitle").val(trimTitle(note.Title));
$("#noteTitle").val(note.Title);
// 当前正在编辑的
// tags