|
@@ -1847,7 +1847,7 @@ $(function(){
|
|
|
}
|
|
|
})
|
|
|
// 单选
|
|
|
- $(".tabContainer-2 .lucene ul").on('change', '.custom-checkbox:not(.check-all)', function() {
|
|
|
+ $(".tabContainer .lucene ul").on('change', '.custom-checkbox:not(.check-all)', function() {
|
|
|
var state = $(this).is(":checked")
|
|
|
if (state) {
|
|
|
$(this).prop("checked",true)
|