summaryrefslogtreecommitdiff
path: root/static/js/show.js
diff options
context:
space:
mode:
Diffstat (limited to 'static/js/show.js')
-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()