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

[repo create] bugfix

This commit is contained in:
llj
2015-04-20 16:38:59 +08:00
committed by Daniel Pan
parent 55a87b55c5
commit e808ce2bc8
4 changed files with 9 additions and 8 deletions

View File

@@ -15,7 +15,7 @@ define([
el: '#main',
events: {
'click #repo-create': 'createRepo',
'click #group-repo-tabs .repo-create': 'createRepo',
'click #grp-repos .by-name': 'sortByName',
'click #grp-repos .by-time': 'sortByTime'
},