Преглед изворни кода

Adds an id to etherpad iframe.

master
damencho пре 8 година
родитељ
комит
9ed6e0e2f9
1 измењених фајлова са 1 додато и 0 уклоњено
  1. 1
    0
      modules/UI/etherpad/Etherpad.js

+ 1
- 0
modules/UI/etherpad/Etherpad.js Прегледај датотеку

@@ -63,6 +63,7 @@ class Etherpad extends LargeContainer {
63 63
 
64 64
         const iframe = document.createElement('iframe');
65 65
 
66
+        iframe.id = "etherpadIFrame";
66 67
         iframe.src = domain + name + '?' + options;
67 68
         iframe.frameBorder = 0;
68 69
         iframe.scrolling = "no";

Loading…
Откажи
Сачувај