add modal to member_link.php

This commit is contained in:
최준흠 2023-10-05 18:49:31 +09:00
parent 20661ca274
commit 11b040be7d

View File

@ -55,6 +55,7 @@
</div> </div>
<script> <script>
function copyToClipboard2(element) { function copyToClipboard2(element) {
alert($(element).text());
var $temp = $("<input>"); var $temp = $("<input>");
$("body").append($temp); $("body").append($temp);
$temp.val($(element).text()).select(); $temp.val($(element).text()).select();