1
0
mirror of https://github.com/haiwen/seahub.git synced 2025-09-17 15:53:28 +00:00

[dir view] bugfix for 'sort'

This commit is contained in:
llj
2015-05-11 14:54:10 +08:00
parent 729a455643
commit 705e17384f

View File

@@ -465,6 +465,7 @@ define([
this.$dirent_list.empty();
dirents.each(this.addOne, this);
el.toggleClass('icon-caret-up icon-caret-down');
dirents.comparator = null;
},
sortByTime: function () {
@@ -484,6 +485,7 @@ define([
this.$dirent_list.empty();
dirents.each(this.addOne, this);
el.toggleClass('icon-caret-up icon-caret-down');
dirents.comparator = null;
},
select: function () {