File upload in the profile

This commit is contained in:
yflory
2017-06-28 10:59:29 +02:00
parent 85d8eda847
commit 6c94605b9b
5 changed files with 38 additions and 9 deletions

View File

@@ -128,6 +128,10 @@ define([
ret.change = function () {};
ret.getProfile = function () {
return storeObj.profile;
};
return ret;
};