mirror of
https://github.com/haiwen/seahub.git
synced 2025-09-16 23:29:49 +00:00
Finish URL design
This commit is contained in:
@@ -91,7 +91,7 @@ define([
|
||||
showDir: function(group_id, repo_id, path) {
|
||||
this.group_id = group_id;
|
||||
this.hideRepoList();
|
||||
this.dirView.showDir('', repo_id, path);
|
||||
this.dirView.showDir('group/' + this.group_id, repo_id, path);
|
||||
},
|
||||
|
||||
createRepo: function() {
|
||||
@@ -141,6 +141,7 @@ define([
|
||||
},
|
||||
|
||||
hide: function() {
|
||||
console.log("hide group view");
|
||||
this.hideRepoList();
|
||||
this.dirView.hide();
|
||||
}
|
||||
|
Reference in New Issue
Block a user