search note by key & tag ok

This commit is contained in:
life
2015-02-11 10:43:58 +08:00
parent 9a6356bd66
commit 225bcd7cf0
9 changed files with 121 additions and 26 deletions

View File

@@ -689,7 +689,7 @@ Notebook.changeNotebook = function(notebookId, callback) {
};
// 改变标签, isStarred是否是星笔记本
Notebook.changeCurNotebookTitle = function(title, isStarred) {
Notebook.changeCurNotebookTitle = function(title, isStarred, subTitle) {
var me = this;
$("#curNotebookForListNote").html(title);
me.isStarred = isStarred;