diff options
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(), |