Bug selectize.destroy(); was causing js inside Cloudlog to break

这个提交包含在:
Peter Goodhall 2021-02-07 14:44:29 +00:00
父节点 3bbc0b4736
当前提交 fb17de1c58

查看文件

@ -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("");
}
});