Skip to content
Snippets Groups Projects
Commit 0fe942c6 authored by Simon Knox's avatar Simon Knox Committed by Alfredo Sumaran
Browse files

allow clicking on text or icon to trigger expand

parent 7b69580e
1 merge request!9251style links on system notes to look clickable
Pipeline #
Loading
Loading
@@ -923,7 +923,7 @@ require('vendor/task_list');
};
 
Notes.prototype.toggleCommitList = function(e) {
const $element = $(e.target);
const $element = $(e.currentTarget);
const $closestSystemCommitList = $element.siblings('.system-note-commit-list');
 
$element.find('.fa').toggleClass('fa-angle-down').toggleClass('fa-angle-up');
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment