mirror of
https://github.com/haiwen/seahub.git
synced 2025-09-01 15:09:14 +00:00
fix bug when sort repo
This commit is contained in:
@@ -95,6 +95,7 @@ define([
|
||||
this.$tableBody.empty();
|
||||
repos.each(this.addOne, this);
|
||||
el.toggleClass('icon-caret-up icon-caret-down');
|
||||
repos.comparator = null;
|
||||
},
|
||||
|
||||
sortByTime: function() {
|
||||
@@ -111,6 +112,7 @@ define([
|
||||
this.$tableBody.empty();
|
||||
repos.each(this.addOne, this);
|
||||
el.toggleClass('icon-caret-up icon-caret-down');
|
||||
repos.comparator = null;
|
||||
},
|
||||
|
||||
hide: function() {
|
||||
|
Reference in New Issue
Block a user