Merge branch 'devel' of dev.sourcefabric.org:airtime into devel

This commit is contained in:
martin 2011-07-06 11:15:03 -04:00
commit f25fbd9ab6
1 changed files with 4 additions and 0 deletions

View File

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