From ecf1527951881fefa55738eb6a6fc668680ef681 Mon Sep 17 00:00:00 2001 From: René 'Necoro' Neumann Date: Wed, 11 Jan 2012 01:53:37 +0100 Subject: Make the 'In Summa' clickable again -- also it is now possible to click on the category expenses to unroll the details --- static/js/show.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'static/js') 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(); }); -- cgit v1.2.3-70-g09d2