From 79e2c4bd47f34215b7a7f436304e88032f26a5bc Mon Sep 17 00:00:00 2001 From: Chad Kieffer Date: Tue, 30 Dec 2008 01:21:09 +0000 Subject: Fixed indents --- modules/tag/js/tag.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'modules/tag/js') diff --git a/modules/tag/js/tag.js b/modules/tag/js/tag.js index fc74eb26..3fe12d37 100644 --- a/modules/tag/js/tag.js +++ b/modules/tag/js/tag.js @@ -12,8 +12,8 @@ function ajaxify_tag_form() { } if (data.result == "success") { $.get($("#gTagCloud").attr("src"), function(data, textStatus) { - $("#gTagCloud").html(data); - }); + $("#gTagCloud").html(data); + }); } $("#gTag form").clearForm(); } -- cgit v1.2.3