function isUrlGitLab()

in public/scripts/utils.js [37:39]


function isUrlGitLab(url) {
  return parseUrl(url).hostname === 'gitlab.com';
}