mirror of
https://github.com/hargata/lubelog.git
synced 2025-12-10 00:46:08 -06:00
make it easier to test API.
This commit is contained in:
parent
2aa19f4f3b
commit
7f03a630c6
@ -657,7 +657,11 @@
|
||||
}
|
||||
<script>
|
||||
$('.copyable').on('click', function (e) {
|
||||
copyToClipboard(e.currentTarget);
|
||||
if (e.ctrlKey || e.metaKey){
|
||||
window.location = e.currentTarget.textContent.trim();
|
||||
} else {
|
||||
copyToClipboard(e.currentTarget);
|
||||
}
|
||||
})
|
||||
function showExtraFieldsInfo(){
|
||||
Swal.fire({
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user