Adds an id to etherpad iframe.

pull/1011/head
damencho 9 years ago
parent 688e71cd1b
commit 9ed6e0e2f9
  1. 1
      modules/UI/etherpad/Etherpad.js

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

Loading…
Cancel
Save