mirror of
https://github.com/haiwen/seahub.git
synced 2025-09-18 00:00:00 +00:00
Fix bug in repo download
This commit is contained in:
@@ -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 }}';
|
||||
}
|
||||
});
|
||||
|
||||
|
Reference in New Issue
Block a user