Skip to content

Commit

Permalink
优化富文本编辑器回复必填提示语
Browse files Browse the repository at this point in the history
  • Loading branch information
asjmtz committed Oct 4, 2018
1 parent 8c1f12a commit 59ff3e9
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions frontend/modules/topic/views/comment/_form.php
Original file line number Diff line number Diff line change
Expand Up @@ -31,10 +31,6 @@
]
]); ?>

<?= $form->errorSummary($model, [
'class' => 'alert alert-danger'
]) ?>

<?= $form->field($model, 'comment')->widget(EditorMdWidget::className(), [
'clientOptions' => [
'height' => 200,
Expand Down

0 comments on commit 59ff3e9

Please sign in to comment.