Commit ef4ccb7e authored by Rémy Coutable's avatar Rémy Coutable

Fix peek-rblineprof JS

Signed-off-by: default avatarRémy Coutable <remy@rymai.me>
parent d1b4576a
......@@ -12,5 +12,5 @@ $(document).on('click', '#peek-show-queries', (e) => {
$(document).on('click', '.js-lineprof-file', (e) => {
e.preventDefault();
$(this).parents('.heading').next('div').toggle();
$(e.target).parents('.peek-rblineprof-file').find('.data').toggle();
});
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment