1
0
mirror of https://github.com/haiwen/seahub.git synced 2025-09-13 05:39:59 +00:00

[code clean] clean & fix

This commit is contained in:
llj
2016-03-14 19:51:09 +08:00
parent 1f7af8b68a
commit b51dab76eb
10 changed files with 57 additions and 247 deletions

View File

@@ -33,12 +33,6 @@ define([
this.currentView = this.reposView;
},
showMySubRepos: function() {
this.currentView.hide();
this.subReposView.show();
this.currentView = this.subReposView;
},
showSharedRepos: function() {
this.currentView.hide();
this.sharedReposView.show();