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