mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-05-02 00:32:15 +09:00
textarea 에디터 미리보기에서 오류가 발생되는 문제 수정
This commit is contained in:
parent
77418672bb
commit
56d62a816f
5 changed files with 61 additions and 12 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue