mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-04-20 15:36:16 -04:00
more working logic and also pretty nice screen reader experience
This commit is contained in:
parent
959aa92656
commit
7b726cbc02
4 changed files with 6 additions and 3 deletions
|
@ -320,6 +320,7 @@ window.onload = function () {\n\
|
|||
var outerFrame = document.createElement("IFRAME");
|
||||
outerFrame.name = "ace_outer";
|
||||
outerFrame.frameBorder = 0; // for IE
|
||||
outerFrame.title = "Ether";
|
||||
info.frame = outerFrame;
|
||||
document.getElementById(containerId).appendChild(outerFrame);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue