路径分隔符

This commit is contained in:
Liang Ding 2014-10-13 14:46:27 +08:00
parent 3353af5ff8
commit bf505af3a8
1 changed files with 1 additions and 1 deletions

View File

@ -165,7 +165,7 @@ var wide = {
var name = $("#dialogNewDirPrompt > input").val(),
request = newWideRequest();
request.path = wide.curNode.path + conf.pathSeparator + name;
request.path = wide.curNode.path + config.pathSeparator + name;
request.fileType = "d";
$.ajax({