1
0
mirror of https://github.com/haiwen/seahub.git synced 2025-09-02 07:27:04 +00:00

Make table sort operations focusable (#1128)

This commit is contained in:
Daniel Pan
2016-04-19 14:41:17 +08:00
parent a6ff7e1a69
commit 8bb44749eb
7 changed files with 27 additions and 6 deletions

View File

@@ -139,6 +139,7 @@ define([
repos.each(this.addOne, this);
el.toggleClass('icon-caret-up icon-caret-down').show();
repos.comparator = null;
return false;
},
sortByTime: function() {
@@ -157,6 +158,7 @@ define([
repos.each(this.addOne, this);
el.toggleClass('icon-caret-up icon-caret-down').show();
repos.comparator = null;
return false;
}
});