Merge branch 'staging' into inviteUI

This commit is contained in:
yflory
2019-12-18 15:12:43 +01:00
21 changed files with 577 additions and 177 deletions

View File

@@ -4157,7 +4157,7 @@ define([
};
var content = h('div.cp-share-modal', [
setHTML(h('p'), text)
setHTML(h('p'), text),
]);
UI.proposal(content, todo);
};