diff --git a/application/views/interface_assets/footer.php b/application/views/interface_assets/footer.php index 05199b6d..05413b8c 100644 --- a/application/views/interface_assets/footer.php +++ b/application/views/interface_assets/footer.php @@ -115,7 +115,7 @@ $(".search-results-box").hide(); } var callsign = '' + item.COL_CALL + ''; - if (item.COL_SUBMODE == null) { + if (item.COL_SUBMODE == '' || item.COL_SUBMODE == null) { $('#results').append('' + item.COL_TIME_ON + '' + callsign + '' + item.COL_MODE + '' + item.COL_RST_SENT + '' + item.COL_RST_RCVD + '' + band + '' + item.COL_COUNTRY + ''); } else {