diff options
author | René 'Necoro' Neumann <necoro@necoro.net> | 2012-01-11 01:53:37 +0100 |
---|---|---|
committer | René 'Necoro' Neumann <necoro@necoro.net> | 2012-01-11 01:53:37 +0100 |
commit | ecf1527951881fefa55738eb6a6fc668680ef681 (patch) | |
tree | b5e75ac9c0fc46b5e84d8a17dec6d1b9f616ebf3 /static/js | |
parent | d49358409d9e02ce258a6c52b700dbfbcc48a67e (diff) | |
download | kosten-ecf1527951881fefa55738eb6a6fc668680ef681.tar.gz kosten-ecf1527951881fefa55738eb6a6fc668680ef681.tar.bz2 kosten-ecf1527951881fefa55738eb6a6fc668680ef681.zip |
Make the 'In Summa' clickable again -- also it is now possible to click on the category expenses to unroll the details
Diffstat (limited to '')
-rw-r--r-- | static/js/show.js | 2 |
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(); }); |