mirror of
https://github.com/leanote/desktop-app.git
synced 2025-10-20 02:31:23 +00:00
search note by key & tag ok
This commit is contained in:
@@ -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;
|
||||
|
Reference in New Issue
Block a user