remove the labels for Participants, Presentation, Chat
This commit is contained in:
parent
b650bd2381
commit
de6a312cb5
@ -104,7 +104,7 @@ Handlebars.registerHelper "getUsersInMeeting", ->
|
||||
raised.concat lowered
|
||||
|
||||
Handlebars.registerHelper "getWhiteboardTitle", ->
|
||||
"Presentation: " + (getPresentationFilename() or "Loading...")
|
||||
(getPresentationFilename() or "Loading presentaion...")
|
||||
|
||||
Handlebars.registerHelper "isCurrentUser", (userId) ->
|
||||
userId is null or userId is BBB.getCurrentUser()?.userId
|
||||
|
@ -116,7 +116,7 @@
|
||||
{{else}}
|
||||
<div>{{> header}}</div>
|
||||
{{> whiteboard id="whiteboard" title=getWhiteboardTitle name="whiteboard"}}
|
||||
{{> chatbar id="chat" title="Chat" name="chatbar"}}
|
||||
{{> chatbar id="chat" name="chatbar"}}
|
||||
{{> usersList id="users" name="usersList"}}
|
||||
<audio id="remote-media" autoplay="autoplay"></audio>
|
||||
{{> footer}}
|
||||
|
@ -1,6 +1,6 @@
|
||||
<template name="usersList">
|
||||
<div id="{{id}}" {{visibility name}} class="component">
|
||||
<h3 class="title gradientBar"><span class="glyphicon glyphicon-user"></span> Participants: {{getMeetingSize}} User(s)</h3>
|
||||
<h3 class="title gradientBar"><span class="glyphicon glyphicon-user"></span> {{getMeetingSize}} User(s)</h3>
|
||||
|
||||
<div id="user-contents">
|
||||
<div class="userlist ScrollableWindowY">
|
||||
|
Loading…
Reference in New Issue
Block a user