From 26767ead6476c81890fcc57d4e2882239b31aea6 Mon Sep 17 00:00:00 2001 From: taggon Date: Mon, 11 Jan 2010 01:27:51 +0000 Subject: [PATCH] =?UTF-8?q?#18594524=20=EA=B8=B0=EB=B3=B8=20=EC=97=90?= =?UTF-8?q?=EB=94=94=ED=84=B0=EB=A5=BC=20=EC=A0=9C=EC=99=B8=ED=95=9C=20?= =?UTF-8?q?=EB=8B=A4=EB=A5=B8=20=EC=97=90=EB=94=94=ED=84=B0=EA=B0=80=20?= =?UTF-8?q?=EC=A0=81=EC=9A=A9=EB=90=98=EC=A7=80=20=EC=95=8A=EB=8A=94=20?= =?UTF-8?q?=EB=B2=84=EA=B7=B8=20=EC=88=98=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit git-svn-id: http://xe-core.googlecode.com/svn/sandbox@7132 201d5d3c-b55e-5fd7-737f-ddc643e51545 --- common/js/xml_js_filter.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common/js/xml_js_filter.js b/common/js/xml_js_filter.js index 46ae8afa5..08354e4da 100644 --- a/common/js/xml_js_filter.js +++ b/common/js/xml_js_filter.js @@ -241,7 +241,7 @@ var EditorStub = xe.createPlugin('editor_stub', { if (seq) { try { - editorRelKeys[seq].content.value = editorGetContentTextarea_xe(seq) || ''; + editorRelKeys[seq].content.value = editorRelKeys[seq].func() || ''; } catch(e) { } } }