limeng 1 년 전
부모
커밋
3be1a6397d
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      src/main/resources/templates/cms/content_input.html

+ 1 - 1
src/main/resources/templates/cms/content_input.html

@@ -30,8 +30,8 @@
         }
     }
     function content_save_post(){
-
         $("#status").val("1");
+        CKEDITOR.instances.autoformat.updateElement();
     }
     function content_save(){