make it easier to test API.

This commit is contained in:
DESKTOP-T0O5CDB\DESK-555BD 2025-01-22 11:33:55 -07:00
parent 2aa19f4f3b
commit 7f03a630c6

View File

@ -657,7 +657,11 @@
} }
<script> <script>
$('.copyable').on('click', function (e) { $('.copyable').on('click', function (e) {
if (e.ctrlKey || e.metaKey){
window.location = e.currentTarget.textContent.trim();
} else {
copyToClipboard(e.currentTarget); copyToClipboard(e.currentTarget);
}
}) })
function showExtraFieldsInfo(){ function showExtraFieldsInfo(){
Swal.fire({ Swal.fire({