mirror of
https://github.com/torrentpier/torrentpier
synced 2025-08-21 13:54:02 -07:00
Minor improvements (#1715)
* Minor improvements * Updated * Update CHANGELOG.md * Update CHANGELOG.md * Update CHANGELOG.md
This commit is contained in:
parent
b27fa94ee8
commit
ce138921d8
12 changed files with 25 additions and 25 deletions
|
@ -179,7 +179,7 @@ switch ($this->request['type']) {
|
|||
<input title="Alt+Enter" name="preview" type="submit" value="' . $lang['PREVIEW'] . '">
|
||||
<input type="button" onclick="edit_post(' . $post_id . ');" value="' . $lang['CANCEL'] . '">
|
||||
<input type="button" onclick="edit_post(' . $post_id . ', \'editor\', $(\'#message-' . $post_id . '\').val()); return false;" class="bold" value="' . $lang['SUBMIT'] . '">
|
||||
</div><hr>
|
||||
</div><hr/>
|
||||
<script type="text/javascript">
|
||||
var bbcode = new BBCode("message-' . $post_id . '");
|
||||
var ctrl = "ctrl";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue