make the pad contents act like an application and not contents, this can probably be togglable but default state should be editable

This commit is contained in:
John McLear 2015-03-26 13:16:54 +00:00
parent ec1956b4b6
commit 1a5ea8707f
1 changed files with 1 additions and 1 deletions

View File

@ -265,7 +265,7 @@ plugins.ensure(function () {\n\
iframeHTML: iframeHTML
});
iframeHTML.push('</head><body id="innerdocbody" class="syntax" spellcheck="false">&nbsp;</body></html>');
iframeHTML.push('</head><body id="innerdocbody" role="application" class="syntax" spellcheck="false">&nbsp;</body></html>');
// Expose myself to global for my child frame.
var thisFunctionsName = "ChildAccessibleAce2Editor";