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>
|
<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({
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user