Fix htmlarea windows on the adminAppQueue page

This commit is contained in:
Chris Morgan
2005-06-23 00:10:03 +00:00
committed by WineHQ
parent 73736380f7
commit bcfd89e6f6
2 changed files with 5 additions and 3 deletions

View File

@@ -17,6 +17,8 @@ function initDocument() {
editor.config.pageStyle = "@import url(../application.css);";
editor.registerPlugin(DynamicCSS);
editor.generate();
HTMLArea.replace("editor2", config);
}
onload = function() {