Commit 85b5d31a authored by Filipa Lacerda's avatar Filipa Lacerda

Merge branch 'issue/9978' into 'master'

added code differences from EE to CE

See merge request gitlab-org/gitlab-ce!28711
parents 2cc6e6ff 9e275b14
......@@ -702,6 +702,10 @@ GitLabDropdown = (function() {
}
html = document.createElement('li');
if (rowHidden) {
html.style.display = 'none';
}
if (data === 'divider' || data === 'separator') {
html.className = data;
return html;
......
---
title: "Moved EE/CE code differences for `app/assets/javascripts/gl_dropdown.js` into CE"
merge_request: 28711
author: Michel Engelen
type: other
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