1
0
mirror of https://github.com/haiwen/seahub.git synced 2025-09-01 15:09:14 +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

@@ -75,7 +75,7 @@ define([
showDir: function(repo_id, path) {
var path = path || '/';
this.hideRepoList();
this.dirView.showDir('', repo_id, path);
this.dirView.showDir('org', repo_id, path);
// this.dirent_list = new app.DirentListView({id: id, path: path});
// $('#my-own-repos table').children().remove();
// $('#my-own-repos table').append(this.dirent_list.render().el);