add modal to member_link.php
This commit is contained in:
parent
20661ca274
commit
11b040be7d
@ -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();
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user