diff --git a/bigbluebutton-html5/app/client/main.coffee b/bigbluebutton-html5/app/client/main.coffee index f373feb164..e9d2394f82 100755 --- a/bigbluebutton-html5/app/client/main.coffee +++ b/bigbluebutton-html5/app/client/main.coffee @@ -114,11 +114,8 @@ Meteor.startup -> amplify.store key, value return ) -# -Template.footer.helpers - getFooterString: -> - info = getBuildInformation() - foot = "(c) #{info.copyrightYear} BigBlueButton Inc. [build #{info.bbbServerVersion} - #{info.dateOfBuild}] - For more information visit #{info.link}" + + Template.header.events "click .joinAudioButton": (event) -> diff --git a/bigbluebutton-html5/app/client/main.html b/bigbluebutton-html5/app/client/main.html index 931907d0ea..d1e24118f0 100755 --- a/bigbluebutton-html5/app/client/main.html +++ b/bigbluebutton-html5/app/client/main.html @@ -27,7 +27,6 @@ - Are you sure you want to log out? @@ -46,10 +45,6 @@ - - - - diff --git a/bigbluebutton-html5/app/client/stylesheets/users.less b/bigbluebutton-html5/app/client/stylesheets/users.less index bcf38aa486..db00eef254 100755 --- a/bigbluebutton-html5/app/client/stylesheets/users.less +++ b/bigbluebutton-html5/app/client/stylesheets/users.less @@ -59,7 +59,7 @@ -moz-flex: 1 1 20%; -ms-flex: 1 1 20%; flex: 1 1 20%; - height: 100%; + height: 99%; } @media @mobile-portrait-with-keyboard, @desktop-portrait, @mobile-portrait { display: none !important;
Are you sure you want to log out?