From 2a0103e349ed9b690ad6ac3f5915def6975bc68c Mon Sep 17 00:00:00 2001 From: Evgeny Fadeev Date: Tue, 21 May 2013 02:40:50 -0400 Subject: added class to the cancel add comment button --- askbot/media/js/post.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 = $(''); this._controlsBox.append(this._submit_btn); - this._cancel_btn = $(''); + this._cancel_btn = $(''); this._cancel_btn.html(gettext('cancel')); this._controlsBox.append(this._cancel_btn); -- cgit v1.2.3-1-g7c22