summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorprashantsinalkar2016-08-31 11:30:28 +0530
committerprashantsinalkar2016-08-31 11:30:28 +0530
commit89e9fcd12e1e88a31cadc56093707c3ba7430927 (patch)
tree46a2cc4ba6ac8f6f3fece0bb38b6d9e6f4e8a732
parent16e8992b2b393d510c786a825d4c843acd763138 (diff)
downloadscilab_cloud_interface-89e9fcd12e1e88a31cadc56093707c3ba7430927.tar.gz
scilab_cloud_interface-89e9fcd12e1e88a31cadc56093707c3ba7430927.tar.bz2
scilab_cloud_interface-89e9fcd12e1e88a31cadc56093707c3ba7430927.zip
changed notifiaction checkbox value
-rwxr-xr-x[-rw-r--r--]comment.js6
1 files changed, 3 insertions, 3 deletions
diff --git a/comment.js b/comment.js
index fd46a90..4c9e631 100644..100755
--- a/comment.js
+++ b/comment.js
@@ -14,15 +14,15 @@ $(document).ready(function(){
var $comment_notify = $("#comment-notify");
var $comment_email = $("#comment-email");
var $comment_email_wrapper = $("#comment-email-wrapper");
- $comment_email_wrapper.hide();
+ $comment_email_wrapper.show(); // to hide change show to hide
- $comment_notify.click(function() {
+ /* $comment_notify.click(function() {
if($(this).attr("checked")) {
$comment_email_wrapper.show();
} else {
$comment_email_wrapper.hide();
}
- });
+ });*/
$("#comment-form").submit(function(e) {
/* reset all the previous errors */