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