add modal to member_link.php

This commit is contained in:
최준흠 2023-10-05 18:43:16 +09:00
parent c1a306b633
commit 20661ca274

View File

@ -31,16 +31,6 @@
<button type="button" class="btn-close" data-bs-dismiss="modal" aria-label="Close"></button>
</div>
<div class="modal-body">
<script>
function copyToClipboard2(element) {
var $temp = $("<input>");
$("body").append($temp);
$temp.val($(element).text()).select();
document.execCommand("copy");
$temp.remove();
element.style.backgroundColor = '#fde9bf';
}
</script>
<div id="cloudflare">
<table class="cloudflare">
<tr>
@ -63,4 +53,14 @@
</div>
</div>
</div>
<script>
function copyToClipboard2(element) {
var $temp = $("<input>");
$("body").append($temp);
$temp.val($(element).text()).select();
document.execCommand("copy");
$temp.remove();
element.style.backgroundColor = '#fde9bf';
}
</script>
<!-- Modal -->