Merge branch 'devel' of dev.sourcefabric.org:airtime into devel
This commit is contained in:
commit
f25fbd9ab6
|
@ -55,6 +55,10 @@ $(document).ready(function() {
|
|||
});
|
||||
|
||||
var promote = $("#Publicise");
|
||||
if(!$("#SupportFeedback").is(':checked')){
|
||||
promote.removeAttr("checked");
|
||||
promote.attr("disabled", true);
|
||||
}
|
||||
promote.live('click', function(){
|
||||
if($(this).is(':checked')){
|
||||
$("#public-info").show();
|
||||
|
|
Loading…
Reference in New Issue