Procházet zdrojové kódy

fix(SmallVideo): remove invalid character

Removes ' character which should not be there.
j8
paweldomas před 8 roky
rodič
revize
2c002c875d
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  1. 1
    1
      modules/UI/videolayout/SmallVideo.js

+ 1
- 1
modules/UI/videolayout/SmallVideo.js Zobrazit soubor

565
 
565
 
566
     let indicatorSpanId = "dominantspeakerindicator";
566
     let indicatorSpanId = "dominantspeakerindicator";
567
     let content = `<i id="indicatoricon"
567
     let content = `<i id="indicatoricon"
568
-        '             class="indicatoricon fa fa-bullhorn"></i>`;
568
+                      class="indicatoricon fa fa-bullhorn"></i>`;
569
     let indicatorSpan = UIUtil.getVideoThumbnailIndicatorSpan({
569
     let indicatorSpan = UIUtil.getVideoThumbnailIndicatorSpan({
570
         videoSpanId: this.videoSpanId,
570
         videoSpanId: this.videoSpanId,
571
         indicatorId: indicatorSpanId,
571
         indicatorId: indicatorSpanId,

Načítá se…
Zrušit
Uložit