mirror of https://github.com/itflow-org/itflow
Last fix document edit loading tonymce
This commit is contained in:
parent
2cddda5062
commit
c022e5fe32
|
|
@ -41,7 +41,7 @@ ob_start();
|
|||
</div>
|
||||
|
||||
<div class="form-group">
|
||||
<textarea class="form-control tinymce<?php if($config_ai_enable) { echo "AI"; } ?>" id="textInput" name="content"><?php echo $document_content; ?></textarea>
|
||||
<textarea class="form-control tinymce" name="content"><?php echo $document_content; ?></textarea>
|
||||
</div>
|
||||
|
||||
<div class="form-group">
|
||||
|
|
|
|||
Loading…
Reference in New Issue