#18624280 언어팩 추가

git-svn-id: http://xe-core.googlecode.com/svn/sandbox@7171 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
taggon 2010-01-19 11:34:53 +00:00
parent 89fd530ff1
commit 746c19da19
11 changed files with 39 additions and 13 deletions

View file

@ -24,8 +24,10 @@ function editorGetContent(editor_sequence) {
// 에디터에 포커스를 줌
function editorFocus(editor_sequence) {
var iframe_obj = editorGetIFrame(editor_sequence);
iframe_obj.contentWindow.focus();
try {
var iframe_obj = editorGetIFrame(editor_sequence);
iframe_obj.contentWindow.focus();
} catch(e){}
}
/**