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 @@ - -