related to exceptions when you try to log out of the session
This commit is contained in:
parent
3cf7a53631
commit
c350b6ceac
@ -91,7 +91,9 @@ with BigBlueButton; if not, see <http://www.gnu.org/licenses/>.
|
||||
private var xml:XML;
|
||||
|
||||
private function init():void{
|
||||
AlertAccImpl.enableAccessibility();
|
||||
if (Capabilities.hasAccessibility) {
|
||||
AlertAccImpl.enableAccessibility();
|
||||
}
|
||||
|
||||
baseIndex = 101;
|
||||
numButtons = 0;
|
||||
|
Loading…
Reference in New Issue
Block a user