From 17c9398df665c50bf3a5d0a2193fa78559e06e2c Mon Sep 17 00:00:00 2001 From: bnu Date: Thu, 26 Mar 2015 14:59:57 +0900 Subject: [PATCH] =?UTF-8?q?#1087=20=EB=B6=88=ED=95=84=EC=9A=94=20=EC=9D=B4?= =?UTF-8?q?=EB=B2=A4=ED=8A=B8=20=EC=A0=9C=EA=B1=B0=20-=20=ED=95=9C?= =?UTF-8?q?=EA=B8=80=20=EC=9E=85=EB=A0=A5=20=EC=8B=9C=20=EC=9D=B4=EC=83=81?= =?UTF-8?q?=20=EC=A6=9D=EC=83=81=EC=9D=98=20=ED=8A=B8=EB=A6=AC=EA=B1=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- modules/editor/tpl/js/editor.app.js | 6 ------ 1 file changed, 6 deletions(-) diff --git a/modules/editor/tpl/js/editor.app.js b/modules/editor/tpl/js/editor.app.js index 177b921a2..6aa9689f3 100644 --- a/modules/editor/tpl/js/editor.app.js +++ b/modules/editor/tpl/js/editor.app.js @@ -62,12 +62,6 @@ var insance = CKEDITOR.appendTo($containerEl[0], ckeconfig, $contentField.val()); $containerEl.data('cke_instance', insance); - insance.on('change', function(e){ - if($contentField.length){ - $contentField.val(e.editor.getData()); - } - }); - window.editorRelKeys[data.editorSequence] = {}; window.editorRelKeys[data.editorSequence].primary = $form.find('[name='+data.editorPrimaryKeyName+']')[0]; window.editorRelKeys[data.editorSequence].content = $form.find('[name='+data.editorContentKeyName+']')[0];