summaryrefslogtreecommitdiff
path: root/static
diff options
context:
space:
mode:
authorRené 'Necoro' Neumann <necoro@necoro.net>2010-05-12 10:44:15 +0200
committerRené 'Necoro' Neumann <necoro@necoro.net>2010-05-12 10:44:15 +0200
commit01531c519a4a93b985a8494d28f951c746683f56 (patch)
treef51692a74057fbb65196254df9158fbdb505f959 /static
parent585e2750154a4b6816bb2a67aca02b1640a5c7d6 (diff)
downloadkosten-01531c519a4a93b985a8494d28f951c746683f56.tar.gz
kosten-01531c519a4a93b985a8494d28f951c746683f56.tar.bz2
kosten-01531c519a4a93b985a8494d28f951c746683f56.zip
Show more details
Diffstat (limited to 'static')
-rw-r--r--static/js/show.js2
1 files changed, 1 insertions, 1 deletions
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()