Changed title
This commit is contained in:
parent
37577b3ce4
commit
1ddd2e439c
@ -39,6 +39,10 @@ Template.header.events
|
||||
Template.recordingStatus.rendered = ->
|
||||
$('button[rel=tooltip]').tooltip()
|
||||
|
||||
Template.main.helpers
|
||||
setTitle: ->
|
||||
document.title = "BigBlueButton HTML5"
|
||||
|
||||
Template.makeButton.rendered = ->
|
||||
$('button[rel=tooltip]').tooltip()
|
||||
|
||||
|
@ -78,7 +78,7 @@
|
||||
</template>
|
||||
|
||||
<template name="main">
|
||||
<head><title>BigBlueButton Meteor</title></head>
|
||||
{{setTitle}}
|
||||
<body>
|
||||
<div id="main" class="mainContainer row-fluid">
|
||||
<div>{{> header}}</div>
|
||||
|
Loading…
Reference in New Issue
Block a user