summaryrefslogtreecommitdiff
path: root/app/assets/javascripts/help/help.js
blob: 4a22ebf187dd07558a97a573586f377dfef1b9e1 (plain)
1
2
3
4
5
6
// We will render the icons list here
if ($('#user-content-gitlab-icons').length > 0) {
  const $iconsHeader = $('#user-content-gitlab-icons');
  const $iconsList = $('<div id="iconsList">ICONS</div>');
  $($iconsList).insertAfter($iconsHeader.parent());
}