mirror of
https://github.com/haiwen/seahub.git
synced 2025-05-13 18:35:20 +00:00
Fix bug in repo download
This commit is contained in:
parent
29c0ffabc9
commit
fd44881285
@ -18,7 +18,7 @@ $(function() {
|
||||
},
|
||||
success: function() {
|
||||
req_success = true;
|
||||
location.href = '/download/repo/?repo_id={{ repo_id }}';
|
||||
location.href = '{{ SITE_ROOT }}download/repo/?repo_id={{ repo_id }}';
|
||||
}
|
||||
});
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user