mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-05-11 21:12:15 +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>
|
<script>
|
||||||
(function($){
|
(function($){
|
||||||
"use strict";
|
"use strict";
|
||||||
|
|
||||||
// editor
|
// editor
|
||||||
$(function(){
|
$(function(){
|
||||||
|
<!--@if(!FileHandler::exists('common/js/plugins/ckeditor/ckeditor/config.js'))-->CKEDITOR.config.customConfig = '';<!--@endif-->
|
||||||
var settings = {
|
var settings = {
|
||||||
ckeconfig: {
|
ckeconfig: {
|
||||||
height: '{$editor_height}',
|
height: '{$editor_height}',
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue