Commit 93c4552b authored by Rémy Coutable's avatar Rémy Coutable

Resolve conflict in app/assets/javascripts/gl_dropdown.js

Signed-off-by: default avatarRémy Coutable <remy@rymai.me>
parent 018b9233
......@@ -630,13 +630,10 @@ GitLabDropdown = (function() {
}
html = document.createElement('li');
<<<<<<< HEAD
if (rowHidden) {
html.style.display = 'none';
}
=======
>>>>>>> upstream/master
if (data === 'divider' || data === 'separator') {
html.className = data;
return html;
......
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