1
0
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:
Daniel Pan
2015-04-11 17:35:02 +08:00
parent 6680e8e88e
commit fd3a150717
8 changed files with 57 additions and 47 deletions

View File

@@ -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();
}