From 01531c519a4a93b985a8494d28f951c746683f56 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ren=C3=A9=20=27Necoro=27=20Neumann?= Date: Wed, 12 May 2010 10:44:15 +0200 Subject: Show more details --- static/js/show.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'static') diff --git a/static/js/show.js b/static/js/show.js index c0b6d12..0c2fd8a 100644 --- a/static/js/show.js +++ b/static/js/show.js @@ -1,6 +1,6 @@ $(document).ready(function(){ $(".details_heading").click(function() { - $(this).next().toggle() + $(this).next().next().toggle() }) $(".details").hide() -- cgit v1.2.3