Make it clearer how to join the meeting

When a meeting URL is provided, use the tooltip to explain that you
can click to join the meeting, rather than confusingly mention that
no one is checked in.

Change-Id: Id0dacd065ce28ed817fd142105cb728392d0efe4
This commit is contained in:
Thierry Carrez 2020-10-23 11:41:59 +02:00
parent fc5a649df2
commit 8f00364211
1 changed files with 1 additions and 0 deletions

View File

@ -60,6 +60,7 @@ function checkins_tooltip(track) {
function track_badge(track, roomurl) {
var title = checkins_tooltip(track);
if (roomurl != undefined) {
title = "Click here to join the meeting";
return '<a target="_blank" href="' + roomurl +
'" class="btn btn-xs btn-primary ' +
track +