stop listing URL each time focus is placed back on inner iframe

pull/2566/head
John McLear 2015-03-26 13:32:45 +00:00
parent 1a5ea8707f
commit 959aa92656
1 changed files with 1 additions and 0 deletions

View File

@ -279,6 +279,7 @@ window.onload = function () {\n\
setTimeout(function () {\n\
var iframe = document.createElement("IFRAME");\n\
iframe.name = "ace_inner";\n\
iframe.title = "pad";\n\
iframe.scrolling = "no";\n\
var outerdocbody = document.getElementById("outerdocbody");\n\
iframe.frameBorder = 0;\n\