[QSO Edit] Fix when editing a QSO with US County set. Selectize would not let you erase everything, since comma is used as a delimiter.

这个提交包含在:
Andreas 2021-03-14 17:16:06 +01:00
父节点 014027eaf2
当前提交 6af95ae5ed

查看文件

@ -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,