From 246139cf1f8a439a85c310252bdeb1497d56a7cf Mon Sep 17 00:00:00 2001 From: Chad Kieffer Date: Wed, 31 Dec 2008 03:29:25 +0000 Subject: Tabs to spaces. --- modules/comment/js/comment.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'modules/comment/js/comment.js') diff --git a/modules/comment/js/comment.js b/modules/comment/js/comment.js index c9cfeb08..c5b14636 100644 --- a/modules/comment/js/comment.js +++ b/modules/comment/js/comment.js @@ -7,8 +7,8 @@ function ajaxify_comment_form() { dataType: "json", success: function(data) { if (data.form) { - $("#gComments form").replaceWith(data.form); - ajaxify_comment_form(); + $("#gComments form").replaceWith(data.form); + ajaxify_comment_form(); } if (data.result == "success") { $.get(data.resource, function(data, textStatus) { -- cgit v1.2.3