Skip to content

Commit

Permalink
fixed initial roomlist loading
Browse files Browse the repository at this point in the history
  • Loading branch information
mheiniger committed Mar 25, 2014
1 parent fd092d7 commit aae5dcd
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion WebClient2/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
</div>

<div id="room-list-window">
<div id="room-list" style="height: 450px"></div>
<div id="room-list" style="height: 100%; min-height: 200px"></div>
</div>

<div id="log"></div>
Expand Down Expand Up @@ -84,6 +84,8 @@
}
if (event.target == 'roomlist') {
roomListWindow.dialog('open');
roomListWindow.dialog( "option", "width", 350 );
w2ui['grid'].resize();
}
if (event.target == 'file' && event.subItem) {
if (event.subItem.id == 'login') {
Expand Down

0 comments on commit aae5dcd

Please sign in to comment.