CC-2510:Pref screen: able to select promote my stn
- fixed
This commit is contained in:
parent
7a4fce1167
commit
e69c0ea351
1 changed files with 4 additions and 0 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue