summaryrefslogtreecommitdiffstats
path: root/askbot/media/js/post.js
diff options
context:
space:
mode:
Diffstat (limited to 'askbot/media/js/post.js')
-rw-r--r--askbot/media/js/post.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/askbot/media/js/post.js b/askbot/media/js/post.js
index 4d63559c..f3a86618 100644
--- a/askbot/media/js/post.js
+++ b/askbot/media/js/post.js
@@ -1799,7 +1799,7 @@ EditCommentForm.prototype.createDom = function(){
this._submit_btn = $('<button class="submit"></button>');
this._controlsBox.append(this._submit_btn);
- this._cancel_btn = $('<button class="submit"></button>');
+ this._cancel_btn = $('<button class="submit cancel"></button>');
this._cancel_btn.html(gettext('cancel'));
this._controlsBox.append(this._cancel_btn);