From abbc56befcc7f8611f927235b3773dd04e4c486b Mon Sep 17 00:00:00 2001 From: HB9HIL Date: Wed, 4 Oct 2023 16:02:07 +0200 Subject: [PATCH] Added new Filter to js function --- assets/js/sections/logbookadvanced.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/assets/js/sections/logbookadvanced.js b/assets/js/sections/logbookadvanced.js index c23287fe..0bf1d713 100644 --- a/assets/js/sections/logbookadvanced.js +++ b/assets/js/sections/logbookadvanced.js @@ -264,6 +264,8 @@ $(document).ready(function () { band: this.band.value, qslSent: this.qslSent.value, qslReceived: this.qslReceived.value, + qslSentMethod: this.qslSentMethod.value, + qslReceivedMethod: this.qslReceivedMethod.value, iota: this.iota.value, dxcc: this.dxcc.value, propmode: this.selectPropagation.value,