Merge branch 'master' of github.com:capilkey/bigbluebutton
This commit is contained in:
commit
6ef05eeb60
Binary file not shown.
@ -17,6 +17,12 @@
|
||||
<script src="lib/bbb_localization.js" language="javascript"></script>
|
||||
<script src="lib/bbb_blinker.js" language="javascript"></script>
|
||||
<script src="lib/bbb_deskshare.js" language="javascript"></script>
|
||||
|
||||
<script type="text/javascript">
|
||||
$(function() {
|
||||
document.getElementById("${BigBlueButton}").focus();
|
||||
});
|
||||
</script>
|
||||
</head>
|
||||
<body>
|
||||
<div id="content">
|
||||
|
@ -10,6 +10,12 @@ package org.bigbluebutton.common.model
|
||||
public function FocusableImage()
|
||||
{
|
||||
super();
|
||||
|
||||
focusEnabled = true;
|
||||
hasFocusableChildren = true;
|
||||
mouseFocusEnabled = true;
|
||||
tabFocusEnabled = true;
|
||||
tabIndex = -1
|
||||
}
|
||||
}
|
||||
}
|
Loading…
Reference in New Issue
Block a user