function openCard()

in public/scripts/popup.js [51:64]


function openCard(t) {
  return t.popup({
    title: 'GitLab',
    items: [
      {
        text: 'Attach Merge Request',
        callback: mergeRequest.attach
      }, {
        text: 'Attach Issue (Coming Soon)',
        callback: openAttachIssue
      }
    ]
  });
}