diff --git a/app.js b/app.js index ed45468d2..b6003400c 100644 --- a/app.js +++ b/app.js @@ -185,7 +185,6 @@ $(document).bind('callterminated.jingle', function (event, sid, reason) { $(document).bind('joined.muc', function (event, jid, info) { - console.log('onJoinComplete', info); updateRoomUrl(window.location.href); // Once we've joined the muc show the toolbar @@ -193,7 +192,6 @@ $(document).bind('joined.muc', function (event, jid, info) { if (Object.keys(connection.emuc.members).length < 1) { focus = new ColibriFocus(connection, config.hosts.bridge); - return; } }); diff --git a/css/main.css b/css/main.css index f0e2263bf..6a47091c2 100644 --- a/css/main.css +++ b/css/main.css @@ -147,14 +147,17 @@ html, body{ display:none; } -#header{ - display:block; +#header { height:39px; - z-index: 1; text-align:center; background-color:#087dba; } +#toolbar { + visibility:hidden; + height:39px; +} + #left { display:block; position: absolute;