From 3eb056c08f66a783c0b973049829ec56457f4cb6 Mon Sep 17 00:00:00 2001 From: Szymon Porwolik Date: Thu, 20 Nov 2025 22:09:28 +0100 Subject: [PATCH] Fixed notes behaviour --- application/views/qso/index.php | 2 +- assets/js/sections/qso.js | 5 +++++ 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/application/views/qso/index.php b/application/views/qso/index.php index dca38658a..9580fb217 100644 --- a/application/views/qso/index.php +++ b/application/views/qso/index.php @@ -751,7 +751,7 @@ if (typeof window.DX_WATERFALL_FIELD_MAP === 'undefined') { var user_show_notes = session->userdata('user_show_notes')) ? 'true' : 'false'; ?>; -
+