From c70057019403d50175a8e937ed784132aa77e512 Mon Sep 17 00:00:00 2001 From: "Jonathan \"Duke\" Leto" Date: Wed, 23 Feb 2011 01:49:22 +0000 Subject: Don't try to embed TAP output into current page --- public/js/common.js | 2 ++ 1 file changed, 2 insertions(+) (limited to 'public') diff --git a/public/js/common.js b/public/js/common.js index 646f80e..93c080a 100644 --- a/public/js/common.js +++ b/public/js/common.js @@ -4,6 +4,7 @@ $(document).ready(function() { var class = "#commits-day-" + day; $(class).toggle(); }); + /* This times out on large test outputs $('.builds a').click(function() { var url = $(this).attr("href"); var id = $(this).parents('.commit').attr('id'); @@ -12,4 +13,5 @@ $(document).ready(function() { }); return false; }) + */ }) -- cgit 1.4.1