Upload owned files
This commit is contained in:
@@ -204,8 +204,8 @@ define([
|
||||
});
|
||||
};
|
||||
|
||||
common.uploadComplete = function (id, cb) {
|
||||
postMessage("UPLOAD_COMPLETE", id, function (obj) {
|
||||
common.uploadComplete = function (id, owned, cb) {
|
||||
postMessage("UPLOAD_COMPLETE", {id: id, owned, owned}, function (obj) {
|
||||
if (obj && obj.error) { return void cb(obj.error); }
|
||||
cb(null, obj);
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user