Skip to content

Commit

Permalink
Fixed an issue with copying chat links
Browse files Browse the repository at this point in the history
  • Loading branch information
3r1s-s committed Aug 4, 2024
1 parent b33a439 commit 57a96aa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion script.js
Original file line number Diff line number Diff line change
Expand Up @@ -4857,7 +4857,7 @@ function openGcModal(chatId) {
mdlt.innerHTML = `
<div class="avatar-big pfp-inner" style="border: 6px solid #${color}; background-color: #${color}; background-image: ${url};"></div>
<div class="gctitle">
<h2 class="gcn">${data.nickname}</h2> <i class="subtitle">${chatId}</i>
<h2 id="nickname" class="gcn" onclick="copy('${meourl}?gc=${chatId}')">${data.nickname}</h2> <i class="subtitle">${chatId}</i>
</div>
<hr class="mdl-hr">
<span class="subheader">${lang().chats.owner}</span>
Expand Down

0 comments on commit 57a96aa

Please sign in to comment.