mirror of
https://github.com/torrentpier/torrentpier
synced 2025-08-21 22:03:49 -07:00
Added reset button in posting editor (#749)
This commit is contained in:
parent
98d683f98a
commit
c31d64ddfb
1 changed files with 1 additions and 0 deletions
|
@ -76,6 +76,7 @@ ajax.callback.posts = function(data) {
|
|||
</span>
|
||||
|
||||
<div class="buttons floatR">
|
||||
<input type="reset" value="{L_CANCEL}" class="liteoption"/>
|
||||
<input type="button" value="+" onclick="$('#message').css({height: parseInt($('#message').css('height')) + 100}); return false;">
|
||||
<input type="button" value="-" onclick="$('#message').css({height: parseInt($('#message').css('height')) - 100}); return false;">
|
||||
</div>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue