summaryrefslogtreecommitdiff
path: root/static
diff options
context:
space:
mode:
authorRené 'Necoro' Neumann <necoro@necoro.net>2013-10-17 16:56:25 +0200
committerRené 'Necoro' Neumann <necoro@necoro.net>2013-10-17 16:56:25 +0200
commita4853c88d2231ef8791600a9c7e7eec0f018fa73 (patch)
tree10133b6721ec203fe20b5cb1d2128a1bca4f85c3 /static
parent4799619f4c99b7160b553910385a1e4df10094c5 (diff)
downloadkosten-a4853c88d2231ef8791600a9c7e7eec0f018fa73.tar.gz
kosten-a4853c88d2231ef8791600a9c7e7eec0f018fa73.tar.bz2
kosten-a4853c88d2231ef8791600a9c7e7eec0f018fa73.zip
Fixed too much
Diffstat (limited to 'static')
-rw-r--r--static/js/kosten.js2
-rw-r--r--static/js/kosten.ls2
2 files changed, 2 insertions, 2 deletions
diff --git a/static/js/kosten.js b/static/js/kosten.js
index 8a5b591..93bdd8c 100644
--- a/static/js/kosten.js
+++ b/static/js/kosten.js
@@ -18,7 +18,7 @@
});
});
out$.showJS = showJS = jq(function(){
- $(".detail > .heading").click(function(){
+ $(".detail .heading").click(function(){
return $(this).prevAll('.mark:last').click();
});
$(".detail > .mark").click(function(){
diff --git a/static/js/kosten.ls b/static/js/kosten.ls
index aef39ff..4e39699 100644
--- a/static/js/kosten.ls
+++ b/static/js/kosten.ls
@@ -11,7 +11,7 @@ export addJS = jq ->
# Show
export showJS = jq ->
- $ ".detail > .heading" .click ->
+ $ ".detail .heading" .click ->
$ @ .prev-all \.mark:last .click!
$ ".detail > .mark" .click ->