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>
|
<button type="button" class="btn-close" data-bs-dismiss="modal" aria-label="Close"></button>
|
||||||
</div>
|
</div>
|
||||||
<div class="modal-body">
|
<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">
|
<div id="cloudflare">
|
||||||
<table class="cloudflare">
|
<table class="cloudflare">
|
||||||
<tr>
|
<tr>
|
||||||
@ -63,4 +53,14 @@
|
|||||||
</div>
|
</div>
|
||||||
</div>
|
</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 -->
|
<!-- Modal -->
|
||||||
Loading…
Reference in New Issue
Block a user