mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-01-31 19:02:59 +01: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.title = 'Ether';
|
||||
info.frame = outerFrame;
|
||||
outerFrame.src = 'about:blank';
|
||||
|
||||
const postOuterFrame = () => {
|
||||
const outerWindow = outerFrame.contentWindow;
|
||||
|
|
Loading…
Reference in a new issue