mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-04-21 16:06:16 -04:00
stop listing URL each time focus is placed back on inner iframe
This commit is contained in:
parent
1a5ea8707f
commit
959aa92656
1 changed files with 1 additions and 0 deletions
|
@ -279,6 +279,7 @@ window.onload = function () {\n\
|
||||||
setTimeout(function () {\n\
|
setTimeout(function () {\n\
|
||||||
var iframe = document.createElement("IFRAME");\n\
|
var iframe = document.createElement("IFRAME");\n\
|
||||||
iframe.name = "ace_inner";\n\
|
iframe.name = "ace_inner";\n\
|
||||||
|
iframe.title = "pad";\n\
|
||||||
iframe.scrolling = "no";\n\
|
iframe.scrolling = "no";\n\
|
||||||
var outerdocbody = document.getElementById("outerdocbody");\n\
|
var outerdocbody = document.getElementById("outerdocbody");\n\
|
||||||
iframe.frameBorder = 0;\n\
|
iframe.frameBorder = 0;\n\
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue