Fix file upload and remove unnecessary dependencies

This commit is contained in:
yflory
2017-12-01 10:16:48 +01:00
parent 664625a6ef
commit bd85f1b003
5 changed files with 15 additions and 16 deletions

View File

@@ -568,7 +568,7 @@ define([
Store.addPad({
href: href,
title: title,
path: store.data && store.data.initialPath
path: data.path || (store.data && store.data.initialPath)
}, cb);
return;
}