路径分隔符
This commit is contained in:
parent
3353af5ff8
commit
bf505af3a8
|
@ -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({
|
||||
|
|
Loading…
Reference in New Issue