summaryrefslogtreecommitdiff
path: root/src/static/js/ace.js
diff options
context:
space:
mode:
authorJohn McLear <john@mclear.co.uk>2015-03-26 13:58:57 +0000
committerJohn McLear <john@mclear.co.uk>2015-03-26 13:58:57 +0000
commit7b726cbc02e21bec9a267f0ba6fd8ab31a2dbded (patch)
treeb370dacf5c0627ffd98518084ca14e06e6c442ac /src/static/js/ace.js
parent959aa92656365a69d1502c13fa9a0c490c18cd06 (diff)
downloadetherpad-lite-7b726cbc02e21bec9a267f0ba6fd8ab31a2dbded.zip
more working logic and also pretty nice screen reader experience
Diffstat (limited to 'src/static/js/ace.js')
-rw-r--r--src/static/js/ace.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/static/js/ace.js b/src/static/js/ace.js
index a9bbb0d9..c446939a 100644
--- a/src/static/js/ace.js
+++ b/src/static/js/ace.js
@@ -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);