Merge remote-tracking branch 'RafaFP/fix-1744' into mconf-live0.7.3
This commit is contained in:
commit
25920da78d
@ -214,6 +214,12 @@
|
||||
lockImg.includeInLayout = !rolledOver;
|
||||
lockBtn.visible = rolledOver;
|
||||
lockBtn.includeInLayout = rolledOver;
|
||||
} else if ( data.role == BBBUser.MODERATOR ){
|
||||
//If it can't be clicked, only show image
|
||||
lockImg.visible = false;
|
||||
lockImg.includeInLayout = false;
|
||||
lockBtn.visible = false;
|
||||
lockBtn.includeInLayout = false;
|
||||
} else {
|
||||
//If it can't be clicked, only show image
|
||||
lockImg.visible = true;
|
||||
|
Loading…
Reference in New Issue
Block a user