diff --git a/adm/shop_admin/categoryform.php b/adm/shop_admin/categoryform.php index c7028ead3..0dc4cfbf3 100644 --- a/adm/shop_admin/categoryform.php +++ b/adm/shop_admin/categoryform.php @@ -1,7 +1,7 @@ - + return true; } diff --git a/adm/shop_admin/itemuseform.php b/adm/shop_admin/itemuseform.php index 36ab83f25..2ccf53d60 100644 --- a/adm/shop_admin/itemuseform.php +++ b/adm/shop_admin/itemuseform.php @@ -1,7 +1,7 @@ - + return true; } diff --git a/adm/shop_admin/newwinform.php b/adm/shop_admin/newwinform.php index 1c13e0592..715c2b441 100644 --- a/adm/shop_admin/newwinform.php +++ b/adm/shop_admin/newwinform.php @@ -1,7 +1,7 @@ ) { alert("내용은 글자 이내에서 작성해 주세요. (한글은 영문 3자)\n\n현재 : "+iq_question_editor_data.length+" 글자"); - CKEDITOR.instances.iq_question.focus(); + CKEDITOR.instances.iq_question.focus(); return false; } diff --git a/shop/itemuseform.php b/shop/itemuseform.php index b7373fa8d..266049e57 100644 --- a/shop/itemuseform.php +++ b/shop/itemuseform.php @@ -6,7 +6,7 @@ if (G4_IS_MOBILE) { return; } -include_once(G4_CKEDITOR_PATH.'/ckeditor.lib.php'); +include_once(G4_EDITOR_LIB); // 사용후기의 내용에 쓸수 있는 최대 글자수 (한글은 영문3자) $is_content_max_length = 10000;