summaryrefslogtreecommitdiff
path: root/static/js/kosten.ls
diff options
context:
space:
mode:
authorRené 'Necoro' Neumann <necoro@necoro.net>2013-10-17 17:20:37 +0200
committerRené 'Necoro' Neumann <necoro@necoro.net>2013-10-17 17:20:37 +0200
commita8fc044a8dff829c5b55bcb32cb5a7525b5bc746 (patch)
tree1a4ccd45858c99bef1dda2c0767d2393b84c101f /static/js/kosten.ls
parenta4853c88d2231ef8791600a9c7e7eec0f018fa73 (diff)
downloadkosten-a8fc044a8dff829c5b55bcb32cb5a7525b5bc746.tar.gz
kosten-a8fc044a8dff829c5b55bcb32cb5a7525b5bc746.tar.bz2
kosten-a8fc044a8dff829c5b55bcb32cb5a7525b5bc746.zip
Moar fixes
Diffstat (limited to '')
-rw-r--r--static/js/kosten.ls2
1 files changed, 1 insertions, 1 deletions
diff --git a/static/js/kosten.ls b/static/js/kosten.ls
index 4e39699..9d8e097 100644
--- a/static/js/kosten.ls
+++ b/static/js/kosten.ls
@@ -12,7 +12,7 @@ export addJS = jq ->
# Show
export showJS = jq ->
$ ".detail .heading" .click ->
- $ @ .prev-all \.mark:last .click!
+ $ @ .closest \.detail .children \.mark:first .click!
$ ".detail > .mark" .click ->
if (@src.indexOf \closed) is not -1