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