mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-07 02:31:40 +09:00
Merge pull request #1389 from YJSoft-Sec/ck-mobile
#1384 모바일 환경에서는 무조건 CKEditor를 활성화하도록 수정
This commit is contained in:
commit
9c21cde204
1 changed files with 2 additions and 0 deletions
|
|
@ -65,6 +65,8 @@
|
|||
|
||||
this.editor_sequence = data.editorSequence;
|
||||
$form.attr('editor_sequence', data.editorSequence);
|
||||
|
||||
if(CKEDITOR.env.mobile) CKEDITOR.env.isCompatible = true;
|
||||
|
||||
var instance = CKEDITOR.appendTo($containerEl[0], {}, $contentField.val());
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue