mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-08 03:01:43 +09:00
fix #1421 CKEditor의 custom config 파일의 존재 유무를 확인하도록 개선
This commit is contained in:
parent
6a89d2f729
commit
f5f57aacd3
1 changed files with 1 additions and 1 deletions
|
|
@ -32,9 +32,9 @@
|
|||
<script>
|
||||
(function($){
|
||||
"use strict";
|
||||
|
||||
// editor
|
||||
$(function(){
|
||||
<!--@if(!FileHandler::exists('common/js/plugins/ckeditor/ckeditor/config.js'))-->CKEDITOR.config.customConfig = '';<!--@endif-->
|
||||
var settings = {
|
||||
ckeconfig: {
|
||||
height: '{$editor_height}',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue