diff options
Diffstat (limited to 'modules/comment')
| -rw-r--r-- | modules/comment/js/comment.js | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/modules/comment/js/comment.js b/modules/comment/js/comment.js index 7af70047..3ae23f62 100644 --- a/modules/comment/js/comment.js +++ b/modules/comment/js/comment.js @@ -4,7 +4,7 @@ $("document").ready(function() {  function ajaxify_comment_form() {    $("#gComments form").ajaxForm({ -    dataType: 'json', +    dataType: "json",      success: function(data) {        $("#gComments form").replaceWith(data.form);        ajaxify_comment_form(); | 
