diff --git a/application/views/interface_assets/footer.php b/application/views/interface_assets/footer.php
index b1cdd5be..8cf40678 100644
--- a/application/views/interface_assets/footer.php
+++ b/application/views/interface_assets/footer.php
@@ -375,6 +375,8 @@ $(document).on('keypress',function(e) {
$('#qsl_via').val("");
$('#callsign_info').text("");
$('#input_usa_state').val("");
+ $('#qso-last-table').show();
+ $('#partial_view').hide();
mymap.setView([51.505, -0.09], 13);
mymap.removeLayer(markers);
@@ -596,7 +598,9 @@ $(document).on('keypress',function(e) {
if($('#iota_ref').val() == "") {
$('#iota_ref').val(result.callsign_iota);
}
-
+ // Hide the last QSO table
+ $('#qso-last-table').hide();
+ $('#partial_view').show();
/* display past QSOs */
$('#partial_view').html(result.partial);
});
diff --git a/application/views/qso/index.php b/application/views/qso/index.php
index 29c9b2c5..b8817bcc 100755
--- a/application/views/qso/index.php
+++ b/application/views/qso/index.php
@@ -382,39 +382,41 @@
-
+
-
-
-
- | Date/Time |
- Call |
- Mode |
- Sent |
- Recv |
- Band |
-
+
- result() as $row) { ?>
- '; ?>
-
config->item('qso_date_format').' H:i',strtotime($row->COL_TIME_ON)); ?> |
-
COL_PRIMARY_KEY; ?>" href="javascript:;">COL_CALL)); ?> |
-
COL_MODE; ?> |
-
COL_RST_SENT; ?> |
-
COL_RST_RCVD; ?> |
- COL_SAT_NAME != null) { ?>
-
COL_SAT_NAME; ?> |
-
-
COL_BAND; ?> |
-
-
-
-
+
+
+
+ | Date/Time |
+ Call |
+ Mode |
+ Sent |
+ Recv |
+ Band |
+
+
+ result() as $row) { ?>
+ '; ?>
+ config->item('qso_date_format').' H:i',strtotime($row->COL_TIME_ON)); ?> |
+ COL_PRIMARY_KEY; ?>" href="javascript:;">COL_CALL)); ?> |
+ COL_MODE; ?> |
+ COL_RST_SENT; ?> |
+ COL_RST_RCVD; ?> |
+ COL_SAT_NAME != null) { ?>
+ COL_SAT_NAME; ?> |
+
+ COL_BAND; ?> |
+
+
+
+
+
-