1
0
mirror of https://github.com/haiwen/seahub.git synced 2025-09-09 02:42:47 +00:00

[lib] modified file/dir mv/cp and other improvement & bugfix

This commit is contained in:
llj
2015-02-06 14:25:36 +08:00
committed by Daniel Pan
parent 86fc129add
commit 11779c91bc
7 changed files with 235 additions and 72 deletions

View File

@@ -6,7 +6,7 @@ define([
], function($, _, Backbone, Common) {
'use strict';
$.jstree._themes = app.config.mediaURL + 'js/themes/';
$.jstree._themes = app.config.mediaUrl + 'js/themes/';
var FileTree = {
@@ -195,7 +195,7 @@ define([
loading_tip = container.prev();
var repo_name = options.repo_name,
repo_id = options.repo_id;
repo_id = options.repo_id;
var cur_path = options.path;
if (cur_path != '/') {
cur_path += '/';