mirror of
https://github.com/leanote/desktop-app.git
synced 2025-10-18 01:16:56 +00:00
notebook,note, tag OK
This commit is contained in:
@@ -1318,7 +1318,10 @@ function initPage() {
|
||||
}
|
||||
}
|
||||
|
||||
Tag.renderTagNav(tagsJson);
|
||||
// 标签
|
||||
Service.tagService.getTags(function(tags) {
|
||||
Tag.renderTagNav(tags);
|
||||
});
|
||||
|
||||
// init notebook后才调用
|
||||
// initSlimScroll();
|
||||
|
Reference in New Issue
Block a user