diff options
author | Bharat Mediratta <bharat@menalto.com> | 2008-12-25 01:34:17 +0000 |
---|---|---|
committer | Bharat Mediratta <bharat@menalto.com> | 2008-12-25 01:34:17 +0000 |
commit | fd49c7460705c4334efb0f943191c80540f3f629 (patch) | |
tree | 16b80e64aea61b2e15475acb5baa0e27afdf5560 /modules/comment/js | |
parent | 7a9d4a22249e55d0db298827565b8cbe4f031741 (diff) |
Convert tag module over to returning JSON.
Diffstat (limited to 'modules/comment/js')
-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(); |