summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChad Kieffer <chad@2tbsp.com>2008-12-30 01:21:09 +0000
committerChad Kieffer <chad@2tbsp.com>2008-12-30 01:21:09 +0000
commit79e2c4bd47f34215b7a7f436304e88032f26a5bc (patch)
tree45799781f5838cd15a3c2aa0e84171e139033a9c
parent37f9cc2872d7a2d4d62bb55f1c30195693b1b765 (diff)
Fixed indents
-rw-r--r--modules/tag/js/tag.js4
1 files changed, 2 insertions, 2 deletions
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();
}