diff --git a/static/scripts/app/views/fileupload.js b/static/scripts/app/views/fileupload.js index 55aeceb570..267f11f1e2 100644 --- a/static/scripts/app/views/fileupload.js +++ b/static/scripts/app/views/fileupload.js @@ -160,7 +160,7 @@ define([ }), data: { 'from': 'web', - 'path': dirents.path + 'p': dirents.path }, cache: false, dataType: 'json', @@ -224,7 +224,7 @@ define([ }), data: { 'from': 'web', - 'path': dirents.path + 'p': dirents.path }, cache: false, dataType: 'json',