mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-04-23 00:46:16 -04:00
add src=about:blank also to outerFrame
This commit is contained in:
parent
707dc91caa
commit
348105fcbc
1 changed files with 1 additions and 0 deletions
|
@ -173,6 +173,7 @@ const Ace2Editor = function () {
|
||||||
outerFrame.name = 'ace_outer';
|
outerFrame.name = 'ace_outer';
|
||||||
outerFrame.title = 'Ether';
|
outerFrame.title = 'Ether';
|
||||||
info.frame = outerFrame;
|
info.frame = outerFrame;
|
||||||
|
outerFrame.src = 'about:blank';
|
||||||
|
|
||||||
const postOuterFrame = () => {
|
const postOuterFrame = () => {
|
||||||
const outerWindow = outerFrame.contentWindow;
|
const outerWindow = outerFrame.contentWindow;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue