Fix typo
This commit is contained in:
parent
c51d4a9633
commit
c57730ca1e
@ -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) ->
|
||||||
|
Loading…
Reference in New Issue
Block a user