forked from MarseyWorld/MarseyWorld
dfs
parent
237ab63633
commit
6df8fa3ce2
|
@ -237,7 +237,7 @@
|
|||
|
||||
// markdown
|
||||
|
||||
function markdown() {
|
||||
function fugggg() {
|
||||
|
||||
var input = document.getElementById('post-text').value;
|
||||
|
||||
|
@ -346,7 +346,7 @@
|
|||
<label for="body" class="mt-3">Text<i class="fas fa-info-circle text-gray-400 ml-1" data-toggle="tooltip" data-placement="top" title="Uses markdown. Limited to 10000 characters."></i></label>
|
||||
|
||||
<div>
|
||||
<textarea form="submitform" id="post-text" class="form-control rounded" aria-label="With textarea" placeholder="Optional if you have a link or an image." rows="3" name="body" oninput="markdown();charLimit('post-text','character-count-submit-text-form');checkForRequired()" maxlength="10000" required></textarea>
|
||||
<textarea form="submitform" id="post-text" class="form-control rounded" aria-label="With textarea" placeholder="Optional if you have a link or an image." rows="3" name="body" oninput="fugggg();charLimit('post-text','character-count-submit-text-form');checkForRequired()" maxlength="10000" required></textarea>
|
||||
|
||||
<div class="btn btn-secondary" onclick="document.getElementById('preview').classList.toggle('d-none');" style="float: right;">
|
||||
Toggle preview
|
||||
|
|
Loading…
Reference in New Issue