diff --git a/application/views/oqrs/index.php b/application/views/oqrs/index.php index ba76c94d4..5d0ed50ab 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 67d57197f..7e7633120 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");