Przeglądaj źródła

Merge pull request #1011 from jitsi/adds-id-to-etherpad-iframe

Adds an id to etherpad iframe.
master
Paweł Domas 9 lat temu
rodzic
commit
856a18fc2a
1 zmienionych plików z 1 dodań i 0 usunięć
  1. 1
    0
      modules/UI/etherpad/Etherpad.js

+ 1
- 0
modules/UI/etherpad/Etherpad.js Wyświetl plik

63
 
63
 
64
         const iframe = document.createElement('iframe');
64
         const iframe = document.createElement('iframe');
65
 
65
 
66
+        iframe.id = "etherpadIFrame";
66
         iframe.src = domain + name + '?' + options;
67
         iframe.src = domain + name + '?' + options;
67
         iframe.frameBorder = 0;
68
         iframe.frameBorder = 0;
68
         iframe.scrolling = "no";
69
         iframe.scrolling = "no";

Ładowanie…
Anuluj
Zapisz