diff options
author | friendica <info@friendica.com> | 2015-02-26 17:18:09 -0800 |
---|---|---|
committer | friendica <info@friendica.com> | 2015-02-26 17:18:09 -0800 |
commit | 5d57df2694b6515b43c4a641bf47b8c5f112d4f7 (patch) | |
tree | 69c146fde030d5f3ba174ebdcce12a50b38822e9 /view/tpl/comment_item.tpl | |
parent | dce0bb0ef806d88a855c362f359b7b1a350deff2 (diff) | |
download | volse-hubzilla-5d57df2694b6515b43c4a641bf47b8c5f112d4f7.tar.gz volse-hubzilla-5d57df2694b6515b43c4a641bf47b8c5f112d4f7.tar.bz2 volse-hubzilla-5d57df2694b6515b43c4a641bf47b8c5f112d4f7.zip |
per Randal overheard on a foreign network - tab in post/comment edit window goes to submit instead of the next button.
Diffstat (limited to 'view/tpl/comment_item.tpl')
-rwxr-xr-x | view/tpl/comment_item.tpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/view/tpl/comment_item.tpl b/view/tpl/comment_item.tpl index ab67bc196..cdcf35131 100755 --- a/view/tpl/comment_item.tpl +++ b/view/tpl/comment_item.tpl @@ -60,7 +60,7 @@ </div> <div class="btn-group pull-right" id="comment-edit-submit-wrapper-{{$id}}"> {{if $preview}} - <button id="comment-edit-submit-{{$id}}" class="btn btn-default btn-xs" onclick="preview_comment({{$id}}); return false;" title="{{$preview}}"> + <button id="comment-edit-presubmit-{{$id}}" class="btn btn-default btn-xs" onclick="preview_comment({{$id}}); return false;" title="{{$preview}}"> <i class="icon-eye-open comment-icon" ></i> </button> {{/if}} |