Skip to content
Snippets Groups Projects
Commit 113e8b97 authored by kimth's avatar kimth
Browse files

Toggle shouldn't follow anchor

parent a46c517a
No related branches found
Tags release-2021-02-11-09.41
No related merge requests found
......@@ -16,6 +16,7 @@ class @Collapsible
el.find('.collapsible header a').click @toggleHint
@toggleFull: (event) =>
event.preventDefault()
$(event.target).parent().siblings().slideToggle()
$(event.target).parent().parent().toggleClass('open')
if $(event.target).text() == 'See full output'
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment