summaryrefslogtreecommitdiff
path: root/modules/comment/js
diff options
context:
space:
mode:
authorBharat Mediratta <bharat@menalto.com>2008-12-25 01:34:17 +0000
committerBharat Mediratta <bharat@menalto.com>2008-12-25 01:34:17 +0000
commitfd49c7460705c4334efb0f943191c80540f3f629 (patch)
tree16b80e64aea61b2e15475acb5baa0e27afdf5560 /modules/comment/js
parent7a9d4a22249e55d0db298827565b8cbe4f031741 (diff)
Convert tag module over to returning JSON.
Diffstat (limited to 'modules/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();