summaryrefslogtreecommitdiff
path: root/static/js
diff options
context:
space:
mode:
Diffstat (limited to 'static/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 333ce17..b40c9fe 100644
--- a/static/js/show.js
+++ b/static/js/show.js
@@ -1,6 +1,6 @@
$(document).ready(function(){
- $(".detail > .heading").click(function() {
+ $(".detail span").click(function() {
$(this).prevAll(".mark:last").click();
});
'nolistener'René 'Necoro' Neumann1-3/+3 2008-03-05Install glade files into template dir and not data dirRené 'Necoro' Neumann2-2/+1 2008-03-05Added dependency listRené 'Necoro' Neumann3-117/+237