Select firt item by default for the breakout rooms number comobo box.

This commit is contained in:
Ghaz Triki 2016-04-27 15:42:06 +01:00
parent dca3fd6552
commit 5858df5d84

View File

@ -127,6 +127,7 @@ with BigBlueButton; if not, see <http://www.gnu.org/licenses/>.
roomsProvider.push(i.toString() + " " + ResourceUtil.getInstance().getString('bbb.users.breakout.rooms'));
}
assignUsers();
roomsCombo.selectedIndex = 0;
}
]]>