mirror of
https://github.com/magicbug/Cloudlog
synced 2026-08-13 17:49:35 -04:00
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:
commit
396b3ae90d
1 changed files with 1 additions and 0 deletions
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue