textarea 에디터 미리보기에서 오류가 발생되는 문제 수정

This commit is contained in:
conory 2017-07-15 21:10:04 +09:00
parent 77418672bb
commit 56d62a816f
5 changed files with 61 additions and 12 deletions

View file

@ -653,6 +653,7 @@ function doDocumentPreview(obj) {
'<form id="previewDocument" target="previewDocument" method="post" action="'+request_uri+'">'+
'<input type="hidden" name="module" value="document" />'+
'<input type="hidden" name="act" value="dispDocumentPreview" />'+
'<input type="hidden" name="mid" value="' + current_mid +'" />'+
'<input type="hidden" name="content" />'+
'</form>'
).appendTo(document.body);