diff options
author | prashantsinalkar | 2016-04-18 15:14:19 +0530 |
---|---|---|
committer | prashantsinalkar | 2016-04-18 15:14:19 +0530 |
commit | 132bb81c15456256e78610fd68c0cd729c3c0ecf (patch) | |
tree | f3426ea07b185c53d5db0794476f905856946e66 /comment.js | |
parent | 6d8531d27944278056f0778dc45a3e8f27db4ce1 (diff) | |
download | scilab_cloud_interface-132bb81c15456256e78610fd68c0cd729c3c0ecf.tar.gz scilab_cloud_interface-132bb81c15456256e78610fd68c0cd729c3c0ecf.tar.bz2 scilab_cloud_interface-132bb81c15456256e78610fd68c0cd729c3c0ecf.zip |
fixed chapter value issue
Diffstat (limited to 'comment.js')
-rw-r--r-- | comment.js | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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(), |