Forgot to include a change
This commit is contained in:
parent
46faa286e6
commit
962dc490aa
1 changed files with 2 additions and 1 deletions
|
|
@ -539,7 +539,8 @@ $(function() {
|
|||
fail: gcode_upload_fail,
|
||||
progressall: gcode_upload_progress
|
||||
}).bind('fileuploadsubmit', function(e, data) {
|
||||
data.formData = { path: self.currentPath() };
|
||||
if (self.currentPath() != "")
|
||||
data.formData = { path: self.currentPath() };
|
||||
});
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue