diff --git a/application/views/gridsquares/index.php b/application/views/gridsquares/index.php index cbeaa6bb..38890527 100644 --- a/application/views/gridsquares/index.php +++ b/application/views/gridsquares/index.php @@ -41,7 +41,7 @@ - \ No newline at end of file + diff --git a/application/views/interface_assets/footer.php b/application/views/interface_assets/footer.php index d9734152..d873a394 100644 --- a/application/views/interface_assets/footer.php +++ b/application/views/interface_assets/footer.php @@ -935,6 +935,11 @@ $(document).ready(function(){ }); $('#qso_count').text(count); + if (count > 1) { + $('#gt1_qso').text("s"); + } else { + $('#gt1_qso').text(""); + } $("#grid_results tbody").empty(); $("#grid_results tbody").append(items.join( "" ));