From e9cabd4148ce5cbae4469b3a92d6bb684c908acd Mon Sep 17 00:00:00 2001 From: zero Date: Mon, 4 May 2009 06:18:28 +0000 Subject: [PATCH] =?UTF-8?q?=EB=82=B4=EC=9A=A9=20=EC=A7=81=EC=A0=91=20?= =?UTF-8?q?=EC=B6=94=EA=B0=80=EC=8B=9C=20=EB=B0=9C=EC=83=9D=ED=95=98?= =?UTF-8?q?=EB=8A=94=20Javascript=20=EC=98=A4=EB=A5=98=20=EC=88=98?= =?UTF-8?q?=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@6265 201d5d3c-b55e-5fd7-737f-ddc643e51545 --- modules/widget/tpl/js/widget.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/widget/tpl/js/widget.js b/modules/widget/tpl/js/widget.js index e71b7793e..5b76b6e6b 100644 --- a/modules/widget/tpl/js/widget.js +++ b/modules/widget/tpl/js/widget.js @@ -244,7 +244,7 @@ function doSyncPageContent() { } } - editorStart(1, "module_srl", "content", false, 400 ); + if(typeof(editorStart)!='undefined') editorStart(1, "module_srl", "content", false, 400 ); //editor_upload_start(1); setFixedPopupSize();