diff options
author | Tim Almdal <tnalmdal@shaw.ca> | 2009-10-01 10:59:45 -0700 |
---|---|---|
committer | Tim Almdal <tnalmdal@shaw.ca> | 2009-10-01 10:59:45 -0700 |
commit | 3ceb2775f890925f7c2251778e803f5c32811c9c (patch) | |
tree | 3d05cc8e11d862630f750c8d6eea0b2f8d4aa651 | |
parent | 3243feeeb6bce395f346342a793c2506b5d3fcad (diff) |
adjust whitespace
-rw-r--r-- | modules/tag/js/tag.js | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/modules/tag/js/tag.js b/modules/tag/js/tag.js index ab3691a6..bc2331c9 100644 --- a/modules/tag/js/tag.js +++ b/modules/tag/js/tag.js @@ -8,8 +8,8 @@ function ajaxify_tag_form() { success: function(data) { if (data.result == "success") { $.get($("#gTagCloud").attr("title"), function(data, textStatus) { - $("#gTagCloud").html(data); - }); + $("#gTagCloud").html(data); + }); } $("#gTag form").resetForm(); } |