From 132bb81c15456256e78610fd68c0cd729c3c0ecf Mon Sep 17 00:00:00 2001 From: prashantsinalkar Date: Mon, 18 Apr 2016 15:14:19 +0530 Subject: fixed chapter value issue --- comment.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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(), -- cgit