|
@@ -477,9 +477,7 @@ var VideoLayout = (function (my) {
|
477
|
477
|
if (!indicatorSpan || indicatorSpan.length === 0) {
|
478
|
478
|
indicatorSpan = document.createElement('span');
|
479
|
479
|
indicatorSpan.className = 'focusindicator';
|
480
|
|
- Util.setTooltip(indicatorSpan,
|
481
|
|
- "The owner of<br/>this conference",
|
482
|
|
- "top");
|
|
480
|
+
|
483
|
481
|
focusContainer.appendChild(indicatorSpan);
|
484
|
482
|
|
485
|
483
|
createFocusIndicatorElement(indicatorSpan);
|
|
@@ -772,6 +770,10 @@ var VideoLayout = (function (my) {
|
772
|
770
|
var focusIndicator = document.createElement('i');
|
773
|
771
|
focusIndicator.className = 'fa fa-star';
|
774
|
772
|
parentElement.appendChild(focusIndicator);
|
|
773
|
+
|
|
774
|
+ Util.setTooltip(parentElement,
|
|
775
|
+ "The owner of<br/>this conference",
|
|
776
|
+ "top");
|
775
|
777
|
}
|
776
|
778
|
|
777
|
779
|
/**
|