CC-2510:Pref screen: able to select promote my stn

- fixed
This commit is contained in:
james 2011-07-06 11:12:13 -04:00
parent 7a4fce1167
commit e69c0ea351

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