mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-01-31 19:02:59 +01:00
add iframe.src
This commit is contained in:
parent
576be344e4
commit
707dc91caa
1 changed files with 1 additions and 0 deletions
|
@ -250,6 +250,7 @@ const Ace2Editor = function () {
|
|||
iframe.title = 'pad';
|
||||
iframe.allowTransparency = true; // for IE
|
||||
iframe.ace_outerWin = outerWindow;
|
||||
iframe.src = 'about:blank';
|
||||
iframe.onload = postInnerFrame;
|
||||
outerDocument.body.insertBefore(iframe, outerDocument.body.firstChild);
|
||||
|
||||
|
|
Loading…
Reference in a new issue