From a359d74279322e22cc49f1639dc38dd3f268561f Mon Sep 17 00:00:00 2001 From: franck cuny Date: Sat, 25 Sep 2010 20:08:32 +0200 Subject: toggle tests's result --- views/layouts/main.tt | 2 +- views/project/index.tt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'views') diff --git a/views/layouts/main.tt b/views/layouts/main.tt index cf3f0e0..80f6b64 100644 --- a/views/layouts/main.tt +++ b/views/layouts/main.tt @@ -12,7 +12,7 @@ var id = $(this).parents('.commit').attr('id'); console.log("id => " + id); $.getJSON(url, null, function(data) { - $("#result-" + id).html("
" + data.content + "
");
+            $("#result-" + id).html("
" + data.content + "
").toggle();
           });
           return false;
       })})
diff --git a/views/project/index.tt b/views/project/index.tt
index 5ec18dc..c2970d6 100644
--- a/views/project/index.tt
+++ b/views/project/index.tt
@@ -25,7 +25,7 @@
             commit  <: $build.commit :>
-
+ :}
-- cgit 1.4.1