Merge pull request #940 from AndreasK79/qsoedit_bugfix_selectize_county

[QSO Edit] Fix when editing a QSO with US County set. Selectize would…
This commit is contained in:
Peter Goodhall 2021-03-14 16:17:52 +00:00 committed by GitHub
commit 396b3ae90d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1335,6 +1335,7 @@ $(document).ready(function(){
function selectize_usa_county() {
var baseURL= "<?php echo base_url();?>";
$('#stationCntyInput').selectize({
delimiter: ';',
maxItems: 1,
closeAfterSelect: true,
loadThrottle: 250,