[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.
这个提交包含在:
父节点
014027eaf2
当前提交
6af95ae5ed
共有 1 个文件被更改,包括 1 次插入 和 0 次删除
|
|
@ -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,
|
||||
|
|
|
|||
正在加载…
在新工单中引用