mirror of
https://github.com/wassname/HackFlowy.git
synced 2026-08-14 12:00:10 +08:00
Fix sorting, add delete, fold options
This commit is contained in:
@@ -109,8 +109,8 @@ List
|
||||
|
||||
updateBreadCrumbs: function(){
|
||||
var rootId = this.getRootId();
|
||||
this.$('#task-breadcrumbs').empty();
|
||||
if (rootId){
|
||||
this.$('#task-breadcrumbs').empty();
|
||||
var current = this.collection.get(rootId);
|
||||
var breadCrumbs = '';//_.template('<a href="#<%= id %>"><%= content %></a>')(current.attributes);
|
||||
var depth=0;
|
||||
|
||||
Reference in New Issue
Block a user