Adds an id to etherpad iframe.
This commit is contained in:
@@ -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";
|
||||
|
||||
Reference in New Issue
Block a user