Bug selectize.destroy(); was causing js inside Cloudlog to break
这个提交包含在:
父节点
3bbc0b4736
当前提交
fb17de1c58
共有 1 个文件被更改,包括 3 次插入 和 3 次删除
|
|
@ -361,7 +361,7 @@ $( document ).ready(function() {
|
|||
|
||||
} else {
|
||||
$("#stationCntyInput").prop('disabled', true);
|
||||
$('#stationCntyInput')[0].selectize.destroy();
|
||||
//$('#stationCntyInput')[0].selectize.destroy();
|
||||
$("#stationCntyInput").val("");
|
||||
}
|
||||
});
|
||||
|
|
@ -2049,7 +2049,7 @@ $(document).ready(function(){
|
|||
|
||||
} else {
|
||||
$("#stationCntyInput").prop('disabled', true);
|
||||
$('#stationCntyInput')[0].selectize.destroy();
|
||||
//$('#stationCntyInput')[0].selectize.destroy();
|
||||
$("#stationCntyInput").val("");
|
||||
}
|
||||
});
|
||||
|
|
@ -2923,7 +2923,7 @@ function deleteQsl(id) {
|
|||
|
||||
} else {
|
||||
$("#stationCntyInput").prop('disabled', true);
|
||||
$('#stationCntyInput')[0].selectize.destroy();
|
||||
//$('#stationCntyInput')[0].selectize.destroy();
|
||||
$("#stationCntyInput").val("");
|
||||
}
|
||||
});
|
||||
|
|
|
|||
正在加载…
在新工单中引用