From 8ea9c04141539ba374af4662c48bd0ba3c6e82a2 Mon Sep 17 00:00:00 2001 From: Andreas <6977712+AndreasK79@users.noreply.github.com> Date: Thu, 26 Jan 2023 09:20:45 +0100 Subject: [PATCH] [QSO Entry] Added dxcc name to card header --- assets/js/sections/common.js | 4 ++-- assets/js/sections/qso.js | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/assets/js/sections/common.js b/assets/js/sections/common.js index c0c84491..2edb942f 100644 --- a/assets/js/sections/common.js +++ b/assets/js/sections/common.js @@ -433,7 +433,7 @@ function getLookupResult() { } // This function executes the call to the backend for fetching dxcc summary and inserted table below qso entry -function getDxccResult(dxcc) { +function getDxccResult(dxcc, name) { $.ajax({ url: base_url + 'index.php/lookup/search', type: 'post', @@ -443,7 +443,7 @@ function getDxccResult(dxcc) { }, success: function (html) { $('.dxccsummary').remove(); - $('.qsopane').append('