1
0
mirror of https://github.com/haiwen/seahub.git synced 2025-09-24 21:07:17 +00:00

Complete sub repo creation

This commit is contained in:
zhengxie
2015-04-07 11:44:57 +08:00
committed by Daniel Pan
parent da8696dd7b
commit dd5128cb57
4 changed files with 44 additions and 15 deletions

View File

@@ -125,7 +125,7 @@ define([
'name': data["name"],
'origin_repo_id': ori_repo_id,
'origin_path': path,
'abbrev_origin_path': '', // TODO
'abbrev_origin_path': data["abbrev_origin_path"],
'mtime': new Date().getTime() / 1000,
'mtime_relative': gettext("Just now")
}, {prepend: true});