From 47b7a9b6d63e1b5b0fbedffccd254d29ad2e586c Mon Sep 17 00:00:00 2001 From: tallcode Date: Wed, 7 Jan 2026 17:50:24 +0800 Subject: [PATCH 1/2] feat: prevent user select lotw badge when copy --- application/views/view_log/partial/log_ajax.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/application/views/view_log/partial/log_ajax.php b/application/views/view_log/partial/log_ajax.php index 0a8d01b3a..0a86b4ae1 100644 --- a/application/views/view_log/partial/log_ajax.php +++ b/application/views/view_log/partial/log_ajax.php @@ -261,7 +261,7 @@ function echoQrbCalcLink($mygrid, $grid, $vucc, $isVisitor = false) { } elseif ($diff > 7) { $lotw_hint = ' lotw_info_yellow'; } - $timestamp = strtotime($row->lastupload); echo ($row->callsign == '' ? '' : ' L'); + $timestamp = strtotime($row->lastupload); echo ($row->callsign == '' ? '' : ' L'); } ?> From cd41fa2e2f6ebb98925cb5f6b551960483cd034d Mon Sep 17 00:00:00 2001 From: phl0 Date: Wed, 7 Jan 2026 11:29:22 +0100 Subject: [PATCH 2/2] Apply no-select to LBA as well --- assets/css/general.css | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/assets/css/general.css b/assets/css/general.css index 454316396..924954725 100644 --- a/assets/css/general.css +++ b/assets/css/general.css @@ -1419,3 +1419,8 @@ svg text.month { fill: #AAA; } .tooltip { z-index: 9999 !important; } + +.qso_icons { + user-select: none; +} +