diff options
Diffstat (limited to 'apps/comments/js')
-rw-r--r-- | apps/comments/js/commentstabview.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/comments/js/commentstabview.js b/apps/comments/js/commentstabview.js index 971b83f143a..565f6a99296 100644 --- a/apps/comments/js/commentstabview.js +++ b/apps/comments/js/commentstabview.js @@ -35,7 +35,7 @@ ' <input type="text" class="message" placeholder="{{newMessagePlaceholder}}" value="{{{message}}}"" />' + ' <input class="submit icon-confirm" type="submit" value="" />' + '{{#if isEditMode}}' + - ' <input class="cancel" type="button" value="{{cancelText}}" />' + + ' <input class="cancel pull-right" type="button" value="{{cancelText}}" />' + '{{/if}}' + ' <div class="submitLoading icon-loading-small hidden"></div>'+ ' </form>' + |