mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-07 10:41:40 +09:00
Fix mobile editor in default skins
게시판별 에디터 설정이 아닌 에디터 모듈의 기본 설정이 적용되는 문제 수정
This commit is contained in:
parent
e18857532d
commit
1f3bf62c34
2 changed files with 2 additions and 2 deletions
|
|
@ -83,7 +83,7 @@
|
|||
<li>
|
||||
<label for="rText">{$lang->comment}</label>
|
||||
<input type="hidden" name="content" value="" />
|
||||
{getModel('comment')->getComment(0)->getEditor()}
|
||||
{$oDocument->getCommentEditor()}
|
||||
</li>
|
||||
<!--@if(!$is_logged)-->
|
||||
<li>
|
||||
|
|
|
|||
|
|
@ -74,7 +74,7 @@
|
|||
<li>
|
||||
<label for="rText" class="db fb">{$lang->comment}</label>
|
||||
<input type="hidden" name="content" value="" />
|
||||
{getModel('comment')->getComment(0)->getEditor()}
|
||||
{$oDocument->getCommentEditor()}
|
||||
</li>
|
||||
<!--@if(!$is_logged)-->
|
||||
<li>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue