mirror of
https://github.com/cryptpad/cryptpad.git
synced 2026-09-12 19:49:59 +05:00
#2128 fixes team invite copy link
This commit is contained in:
parent
5bf4ef64c2
commit
7b8737855e
@ -904,7 +904,10 @@ define([
|
||||
];
|
||||
if (data.inviteChannel) {
|
||||
if (data.hash) {
|
||||
var copy = Icons.get('copy');
|
||||
var copy = h('span', Icons.get('copy'), {
|
||||
title: Messages.team_inviteLinkCopy,
|
||||
'tabindex': 0
|
||||
});
|
||||
$(copy).click(function () {
|
||||
var privateData = common.getMetadataMgr().getPrivateData();
|
||||
var origin = privateData.origin;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user