diff --git a/static/js/wide.js b/static/js/wide.js index 5abf039..403a988 100644 --- a/static/js/wide.js +++ b/static/js/wide.js @@ -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({