Fix sorting, add delete, fold options

This commit is contained in:
2016-02-01 17:03:55 +08:00
parent 4cde8f6fe2
commit 5cb9ead162
5 changed files with 9 additions and 11 deletions
+1 -1
View File
@@ -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;