summaryrefslogtreecommitdiff
path: root/modules/comment/js/comment.js
diff options
context:
space:
mode:
authorChad Kieffer <chad@2tbsp.com>2008-12-31 03:29:25 +0000
committerChad Kieffer <chad@2tbsp.com>2008-12-31 03:29:25 +0000
commit246139cf1f8a439a85c310252bdeb1497d56a7cf (patch)
tree41c71bddef6a4a15130285c71e9271f6d81cd4c3 /modules/comment/js/comment.js
parentbfb040a46394e1a91318f39926923e027167362f (diff)
Tabs to spaces.
Diffstat (limited to 'modules/comment/js/comment.js')
-rw-r--r--modules/comment/js/comment.js4
1 files changed, 2 insertions, 2 deletions
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) {