mirror of
https://github.com/itflow-org/itflow
synced 2026-02-28 19:04:52 +00:00
Fix Broken Test Input Text Reword under AI Settings
This commit is contained in:
@@ -64,7 +64,7 @@ require_once "inc_all_settings.php";
|
||||
|
||||
<div class="mt-5">
|
||||
<h1>Test Input Text to Reword</h1>
|
||||
<textarea id="textInput" class="form-control mb-3" rows="10"></textarea>
|
||||
<textarea id="textInput" class="form-control tinymceai mb-3" rows="10"></textarea>
|
||||
<button id="rewordButton" class="btn btn-primary"><i class="fas fa-fw fa-robot mr-2"></i>Reword</button>
|
||||
<button id="undoButton" class="btn btn-secondary" style="display:none;"><i class="fas fa-fw fa-redo-alt mr-2"></i>Undo</button>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user