1
0
mirror of https://github.com/haiwen/seahub.git synced 2025-09-01 23:20:51 +00:00

Improve of empty tip hiding

This commit is contained in:
Daniel Pan
2015-04-14 14:48:56 +08:00
parent 4215d935c6
commit f8750ecfae
3 changed files with 5 additions and 0 deletions

View File

@@ -13,6 +13,7 @@ define([
var Router = Backbone.Router.extend({
routes: {
'': 'showMyRepos',
'my-libs/': 'showMyRepos',
'my-libs/lib/:repo_id(/*path)': 'showMyRepoDir',
'my-sub-libs/': 'showMySubRepos',