summaryrefslogtreecommitdiff
path: root/comment.js
diff options
context:
space:
mode:
Diffstat (limited to 'comment.js')
-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(),