Fix owners not set properly when storing a file the first time

This commit is contained in:
yflory
2019-10-31 14:00:04 +01:00
parent c1ffb1e94e
commit b0f5254942
2 changed files with 7 additions and 3 deletions

View File

@@ -3590,6 +3590,7 @@ define([
}
return void UI.warn(Messages.autostore_error);
}
$(document).trigger('cpPadStored');
delete autoStoreModal[priv.channel];
modal.delete();
UIElements.displayCrowdfunding(common);