summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorprashantsinalkar2016-04-18 15:14:19 +0530
committerprashantsinalkar2016-04-18 15:14:19 +0530
commit132bb81c15456256e78610fd68c0cd729c3c0ecf (patch)
treef3426ea07b185c53d5db0794476f905856946e66
parent6d8531d27944278056f0778dc45a3e8f27db4ce1 (diff)
downloadscilab_cloud_interface-132bb81c15456256e78610fd68c0cd729c3c0ecf.tar.gz
scilab_cloud_interface-132bb81c15456256e78610fd68c0cd729c3c0ecf.tar.bz2
scilab_cloud_interface-132bb81c15456256e78610fd68c0cd729c3c0ecf.zip
fixed chapter value issue
-rw-r--r--comment.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/comment.js b/comment.js
index bb2318a..fd46a90 100644
--- a/comment.js
+++ b/comment.js
@@ -55,7 +55,7 @@ $(document).ready(function(){
data: {
category: $("#categories").val(),
books: $("#books").val(),
- chapter: $("#books").val(),
+ chapter: $("#chapter").val(),
example: $("#example").val(),
type: $comment_type.val(),
comment: $comment_body.val(),