summaryrefslogtreecommitdiff
path: root/static/website/js/thread-user.js
diff options
context:
space:
mode:
authorashwinishinde2015-07-06 15:12:23 +0530
committerashwinishinde2015-07-06 15:12:23 +0530
commit4c5a279249a44bc921cfab5535ab69abe0311030 (patch)
tree6806dda9f428b2c37af8c3c0467d1a634c18f3d3 /static/website/js/thread-user.js
parentfff3f3cc5623ea5fdd42da87ea1e54fb9a3d7aa7 (diff)
downloadFOSSEE-Forum-4c5a279249a44bc921cfab5535ab69abe0311030.tar.gz
FOSSEE-Forum-4c5a279249a44bc921cfab5535ab69abe0311030.tar.bz2
FOSSEE-Forum-4c5a279249a44bc921cfab5535ab69abe0311030.zip
Subject: Resolve comment issue occured by Vote functionality
Description:
Diffstat (limited to 'static/website/js/thread-user.js')
-rw-r--r--static/website/js/thread-user.js1
1 files changed, 0 insertions, 1 deletions
diff --git a/static/website/js/thread-user.js b/static/website/js/thread-user.js
index 0dd0e89..1a089d2 100644
--- a/static/website/js/thread-user.js
+++ b/static/website/js/thread-user.js
@@ -270,7 +270,6 @@ $(document).ready(function() {
$add_comment = $(".add-comment");
$cancel_commment = $(".cancel-comment");
$post_comment = $(".post-comment");
-
$add_comment.click(function(e) {
$(this).hide();
$(this).siblings(".cancel-comment").show();