mirror of
https://github.com/leanote/desktop-app.git
synced 2025-10-17 08:38:18 +00:00
star bug
This commit is contained in:
@@ -1555,7 +1555,7 @@ Note.changeStarNoteTitle = function(note) {
|
|||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
var target = me.starNotesO.find('li[data-id="' + note.NoteId + '"]');
|
var target = me.starNotesO.find('li[data-id="' + note.NoteId + '"]');
|
||||||
target.find('a').text(note.Title);
|
target.find('a').html(note.Title + '<span class="delete-star" title="Remove">X</span>');
|
||||||
};
|
};
|
||||||
|
|
||||||
// 收藏或取消收藏
|
// 收藏或取消收藏
|
||||||
|
Reference in New Issue
Block a user