summaryrefslogtreecommitdiff
path: root/static/js/kosten.ls
diff options
context:
space:
mode:
Diffstat (limited to 'static/js/kosten.ls')
-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