Merge remote-tracking branch 'RafaFP/fix-1744' into mconf-live0.7.3

This commit is contained in:
Felipe Cecagno 2015-10-22 13:48:56 -02:00
commit 25920da78d

View File

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