fix #1421 CKEditor의 custom config 파일의 존재 유무를 확인하도록 개선

This commit is contained in:
bnu 2015-07-13 13:34:47 +09:00
parent 6a89d2f729
commit f5f57aacd3

View file

@ -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}',