From f7cf107febd6a28c8a4aac73617361b66e296a91 Mon Sep 17 00:00:00 2001 From: Andreas <6977712+AndreasK79@users.noreply.github.com> Date: Tue, 28 Nov 2023 20:34:18 +0100 Subject: [PATCH] Fixing some classes for correct styling --- application/views/oqrs/index.php | 6 +++--- assets/js/sections/oqrs.js | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/application/views/oqrs/index.php b/application/views/oqrs/index.php index ba76c94d..5d0ed50a 100644 --- a/application/views/oqrs/index.php +++ b/application/views/oqrs/index.php @@ -46,7 +46,7 @@
- result() as $station) { echo ''."\n"; } ?> @@ -57,7 +57,7 @@
- - \ No newline at end of file + diff --git a/assets/js/sections/oqrs.js b/assets/js/sections/oqrs.js index 67d57197..7e763312 100644 --- a/assets/js/sections/oqrs.js +++ b/assets/js/sections/oqrs.js @@ -11,7 +11,7 @@ function loadStationInfo() { success: function (data) { if (data.count > 0) { $(".resulttable").append('
' + data.count + ' Qsos logged between ' + data.mindate + ' and ' + data.maxdate + '.

'); - $(".resulttable").append('
'); + $(".resulttable").append('
'); // Get the input field var input = document.getElementById("oqrssearch");