diff --git a/application/views/interface_assets/footer.php b/application/views/interface_assets/footer.php index 55aa18320..074cbf6a9 100644 --- a/application/views/interface_assets/footer.php +++ b/application/views/interface_assets/footer.php @@ -906,6 +906,7 @@ $($('#callsign')).on('keypress',function(e) { uri->segment(1) == "qso") { ?> + session->userdata('isWinkeyEnabled')) { ?> diff --git a/application/views/qso/index.php b/application/views/qso/index.php index f2440db44..921ba1e9e 100644 --- a/application/views/qso/index.php +++ b/application/views/qso/index.php @@ -359,7 +359,7 @@
- ', + }, + enableFiltering: true, + enableFullValueFiltering: false, + enableCaseInsensitiveFiltering: true, + numberDisplayed: 1, + inheritClass: true, + buttonWidth: '100%', + maxHeight: 600 + }); + $('.multiselect-container .multiselect-filter', $('#dxcc_id').parent()).css({ + 'position': 'sticky', 'top': '0px', 'z-index': 1, 'background-color':'inherit', 'width':'100%', 'height':'37px' + }) + $('#notice-alerts').delay(1000).fadeOut(5000); function getUTCTimeStamp(el) { @@ -677,7 +695,7 @@ $( document ).ready(function() { $('#lotw_info').removeClass("lotw_info_orange"); $('#qrz_info').text("").hide(); $('#hamqth_info').text("").hide(); - $('#dxcc_id').val(""); + $('#dxcc_id').val("").multiselect('refresh'); $('#cqz').val(""); $('#name').val(""); $('#qth').val(""); @@ -872,7 +890,7 @@ $( document ).ready(function() { dok_selectize.clear(); } - $('#dxcc_id').val(result.dxcc.adif); + $('#dxcc_id').val(result.dxcc.adif).multiselect('refresh'); await updateStateDropdown('#dxcc_id', '#stateInputLabel', '#location_us_county', '#stationCntyInputEdit'); $('#cqz').val(result.dxcc.cqz); $('#ituz').val(result.dxcc.ituz); @@ -1292,7 +1310,7 @@ function highlight(term, base) { $('#locator_info').text(""); $('#country').val(""); $('#continent').val(""); - $('#dxcc_id').val(""); + $('#dxcc_id').val("").multiselect('refresh'); $('#cqz').val(""); $('#name').val(""); $('#qth').val("");