// True says to WYSIWYG editor that it should be closed

// NOTE: related to flags context.editorCloseOnExit and context.autoCloseEditor

function isAutoCloseEditorEnabled() {

 return true;

}



// This is some hack to adjust WAI behaviour to Michaels expectations
function isAutoCloseEditorEnabled() {
 return true;
}
