This commit is contained in:
perroned 2015-04-27 08:19:53 -07:00
parent c51d4a9633
commit c57730ca1e

View File

@ -50,7 +50,7 @@ Meteor.startup ->
Template.footer.helpers Template.footer.helpers
getFooterString: -> getFooterString: ->
info = getBuildInformation() info = getBuildInformation()
foot = "(c) #{info.copyrightYear} BigBlueButton INotificationControl. [build #{info.bbbServerVersion} - #{info.dateOfBuild}] - For more information visit #{info.link}" foot = "(c) #{info.copyrightYear} BigBlueButton Inc. [build #{info.bbbServerVersion} - #{info.dateOfBuild}] - For more information visit #{info.link}"
Template.header.events Template.header.events
"click .joinAudioButton": (event) -> "click .joinAudioButton": (event) ->