From fd49c7460705c4334efb0f943191c80540f3f629 Mon Sep 17 00:00:00 2001 From: Bharat Mediratta Date: Thu, 25 Dec 2008 01:34:17 +0000 Subject: Convert tag module over to returning JSON. --- modules/comment/js/comment.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'modules/comment/js/comment.js') 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(); -- cgit v1.2.3