mirror of
https://github.com/haiwen/seahub.git
synced 2025-09-25 14:50:29 +00:00
Improve sub-library support
This commit is contained in:
@@ -52,7 +52,7 @@ define([
|
||||
this.$loadingTip.hide();
|
||||
},
|
||||
|
||||
showMyRepos: function() {
|
||||
showSubRepos: function() {
|
||||
this.repos.fetch({reset: true});
|
||||
this.$tabs.show();
|
||||
this.$table.hide();
|
||||
@@ -62,7 +62,7 @@ define([
|
||||
|
||||
show: function() {
|
||||
$('#sub-lib-create').show();
|
||||
this.showMyRepos();
|
||||
this.showSubRepos();
|
||||
},
|
||||
|
||||
hide: function() {
|
||||
|
Reference in New Issue
Block a user