|
|
@ -901,10 +901,10 @@ $('#<portlet:namespace/>intervFinPubCheckbox').change(function () { |
|
|
|
var _this = $(this); |
|
|
|
var _this = $(this); |
|
|
|
|
|
|
|
|
|
|
|
if (_this.is(":checked")){ |
|
|
|
if (_this.is(":checked")){ |
|
|
|
$('#<portlet:namespace/>lavoriPubbliciCheckbox').attr('disabled', true).prop('disabled', true).prop('checked', false); |
|
|
|
$('#<portlet:namespace/>lavoriPubbliciCheckbox').attr('checked', 'checked').prop('checked', true); |
|
|
|
}else{ |
|
|
|
}else{ |
|
|
|
$('#<portlet:namespace/>lavoriPubbliciCheckbox').removeAttr('disabled'); |
|
|
|
$('#<portlet:namespace/>lavoriPubbliciCheckbox').removeAttr('checked'); |
|
|
|
$('#<portlet:namespace/>lavoriPubbliciCheckbox').prop('disabled', false); |
|
|
|
$('#<portlet:namespace/>lavoriPubbliciCheckbox').prop('checked', false); |
|
|
|
} |
|
|
|
} |
|
|
|
}); |
|
|
|
}); |
|
|
|
|
|
|
|
|
|
|
|