#1087 불필요 이벤트 제거

- 한글 입력 시 이상 증상의 트리거
This commit is contained in:
bnu 2015-03-26 14:59:57 +09:00
parent 86b3caa28f
commit 17c9398df6

View file

@ -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];