1
0
mirror of https://github.com/haiwen/seahub.git synced 2025-09-03 07:55:36 +00:00

[backbone] Support render other repos in mv file dialog

This commit is contained in:
Daniel Pan
2015-01-29 11:28:53 +08:00
parent cf91a39f84
commit e1b4fc3f16
4 changed files with 47 additions and 1 deletions

View File

@@ -59,6 +59,7 @@ define([
case 'get_file_op_url': return siteRoot + 'ajax/repo/' + options.repo_id + '/file_op_url/';
case 'get_dirents': return siteRoot + 'ajax/repo/' + options.repo_id + '/dirents/';
case 'thumbnail_create': return siteRoot + 'thumbnail/' + options.repo_id + '/create/';
case 'unenc_rw_repos': return siteRoot + 'ajax/unenc-rw-repos/';
case 'get_cp_progress': return '';
case 'cancel_cp': return '';
case 'get_shared_link': return '';