Browse Source

Fix comments JS

undefined
spaghetti 7 years ago
committed by Tomochin
parent
commit
4e99f634cf
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      design/views/generic/reply/quickreply.php

+ 1
- 1
design/views/generic/reply/quickreply.php View File

@@ -99,7 +99,7 @@
<form class="send_form center" name="reply" id="quickpostform" <?=isset($Action)?'action="'.$Action.'"':''?> method="post"<? if (!check_perms('users_mod')) { ?> onsubmit="quickpostform.submit_button.disabled = true;"<? } ?> <? if (!G::$LoggedUser['DisableAutoSave']) { ?>data-autosave-text="quickpost"<? } ?>>
<input type="hidden" name="action" value="<?=$InputAction?>" />
<input type="hidden" name="auth" value="<?=G::$LoggedUser['AuthKey']?>" />
<input type="hidden" name="<?=$InputName?>" value="<?=$InputID?>" />
<input type="hidden" name="<?=$InputName?>" data-autosave-id="<?=$InputID?>" value="<?=$InputID?>" />
<div id="quickreplytext">
<?
echo $ReplyText->getBuffer();


Loading…
Cancel
Save